# */20 * * * *

**Every 20 minutes**

- Expression: `*/20 * * * *`
- Timezone: UTC
- Frequency: approximately 72 runs per day (72/day)

## Fields

| Field | Value | Meaning |
| --- | --- | --- |
| Minute | `*/20` | Every 20 minutes. |
| Hour | `*` | Every hour. |
| Day of month | `*` | Every day of the month. |
| Month | `*` | Every month. |
| Day of week | `*` | Every day of the week. |

## Next runs (UTC)

- Wed, 2026-09-02, 16:40 — `2026-09-02T16:40:00.000Z`
- Wed, 2026-09-02, 17:00 — `2026-09-02T17:00:00.000Z`
- Wed, 2026-09-02, 17:20 — `2026-09-02T17:20:00.000Z`
- Wed, 2026-09-02, 17:40 — `2026-09-02T17:40:00.000Z`
- Wed, 2026-09-02, 18:00 — `2026-09-02T18:00:00.000Z`

---

Canonical URL: https://crontoenglish.com/cron/every-20-minutes
JSON API: `GET https://crontoenglish.com/api/v1/explain?expression=...`
MCP endpoint: `https://crontoenglish.com/api/mcp`
