Cron Job Every 20 Minutes – Expression & Examples
The */20 step value triggers at minutes 0, 20, and 40 of every hour — 3 executions per hour.
How It Works
The */20 step value triggers at minutes 0, 20, and 40 of every hour — 3 executions per hour.
Common Use Cases
- Temperature sensor readings
- Shipping status updates
- Database cleanup tasks
Schedule This Cron Job Now
Create a free CronJobPro account and use */20 * * * * to schedule HTTP requests automatically — with monitoring, retries, and notifications built in.
Frequently Asked Questions
What does */20 * * * * mean in cron?
The */20 step value triggers at minutes 0, 20, and 40 of every hour — 3 executions per hour.
How do I use this cron expression?
On Linux/macOS, edit your crontab with crontab -e and add:*/20 * * * * /path/to/your/script.sh
Or use CronJobPro to schedule HTTP requests with this expression — no server required.
What timezone does cron use?
By default, cron uses the system timezone. CronJobPro lets you set a specific timezone per job, so your schedules are predictable regardless of server location.