*/20 * * * * explained
Every 20 minutes
Every 20 minutes
The cron expression */20 * * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Wed, Aug 5, 2026, 14:20:00 UTC | in 5 min |
| 2 | Wed, Aug 5, 2026, 14:40:00 UTC | in 25 min |
| 3 | Wed, Aug 5, 2026, 15:00:00 UTC | in 45 min |
| 4 | Wed, Aug 5, 2026, 15:20:00 UTC | in 1h 5m |
| 5 | Wed, Aug 5, 2026, 15:40:00 UTC | in 1h 25m |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | */20 | every 20 step |
| Hour | * | every value |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "*/20 * * * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: Every 20 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.