Run a Cron Job Every 4 Hours

Cron expression to run a job every 4 hours. Fires 6 times per day at 0:00, 4:00, 8:00, 12:00, 16:00, and 20:00.

Cron Expression
0 */4 * * *
Every 4 hours

Field-by-Field Breakdown

FieldValueMeaning
Minute00
Hour*/4every 4 hours
Day of Month*every day of month
Month*every month
Day of Week*every day of week

Next 5 Scheduled Runs

Computed in UTC. Use the generator for timezone-aware results.

  1. 1Tue, Mar 17, 2026, 12:00 AM
  2. 2Tue, Mar 17, 2026, 04:00 AM
  3. 3Tue, Mar 17, 2026, 08:00 AM
  4. 4Tue, Mar 17, 2026, 12:00 PM
  5. 5Tue, Mar 17, 2026, 04:00 PM

Schedule this with TrigRun

Deploy this cron schedule in seconds. Automatic retries, encrypted secrets, full execution history, and native MCP support for AI agents.

Start Scheduling — Free

0 */4 * * *

Frequently Asked Questions

What is the cron expression for every 4 hours?

0 */4 * * * runs at minute 0 of hours 0, 4, 8, 12, 16, and 20 — six times per day.