*/2 * * * * explained
Every 2 minutes
Every 2 minutes
The cron expression */2 * * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Tue, Aug 4, 2026, 15:24:00 UTC | in 32s |
| 2 | Tue, Aug 4, 2026, 15:26:00 UTC | in 3 min |
| 3 | Tue, Aug 4, 2026, 15:28:00 UTC | in 5 min |
| 4 | Tue, Aug 4, 2026, 15:30:00 UTC | in 7 min |
| 5 | Tue, Aug 4, 2026, 15:32:00 UTC | in 9 min |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | */2 | every 2 step |
| Hour | * | every value |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "*/2 * * * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: Every 2 minutes.
- How do I use it?
- Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.
Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.