Cron expressions / Every N minutes

Every 2 minutes

*/2 * * * *

Every 2 minutes

Next 5 run times

#Run time (UTC)
1Sun, Aug 2, 2026, 12:02 AM
2Sun, Aug 2, 2026, 12:04 AM
3Sun, Aug 2, 2026, 12:06 AM
4Sun, Aug 2, 2026, 12:08 AM
5Sun, Aug 2, 2026, 12:10 AM

Computed from a fixed reference date so this table is stable across visits. Paste this expression into the cron parser tool for live run times from right now.

Commonly used for

Frequent enough to catch failures within a few minutes without hammering the target. Common for health checks, cache warmers, and queue drains that can't wait for an hourly cycle.