# */15 * * * *

**Every 15 minutes**

- Expression: `*/15 * * * *`
- Timezone: UTC
- Frequency: approximately 96 runs per day (96/day)

## Fields

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

---

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