*/20 * * * * explained
Every 20 minutes
Every 20 minutes
The cron expression */20 * * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Fri, Sep 18, 2026, 07:00:00 UTC | in 4 min |
| 2 | Fri, Sep 18, 2026, 07:20:00 UTC | in 24 min |
| 3 | Fri, Sep 18, 2026, 07:40:00 UTC | in 44 min |
| 4 | Fri, Sep 18, 2026, 08:00:00 UTC | in 1h 4m |
| 5 | Fri, Sep 18, 2026, 08:20:00 UTC | in 1h 24m |
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.