# */10 * * * *

**Every 10 minutes**

- Expression: `*/10 * * * *`
- Timezone: UTC
- Frequency: approximately 144 runs per day (144/day)

## Fields

| Field | Value | Meaning |
| --- | --- | --- |
| Minute | `*/10` | Every 10 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:30 — `2026-09-02T16:30:00.000Z`
- Wed, 2026-09-02, 16:40 — `2026-09-02T16:40:00.000Z`
- Wed, 2026-09-02, 16:50 — `2026-09-02T16:50:00.000Z`
- Wed, 2026-09-02, 17:00 — `2026-09-02T17:00:00.000Z`
- Wed, 2026-09-02, 17:10 — `2026-09-02T17:10:00.000Z`

---

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