# Cron Next Run Calculator

> See the next fire times for a cron expression, with each field explained.

A cron expression has five fields — minute, hour, day of month, month and weekday — and this calculator expands them to show exactly when a job next runs. It handles ranges, steps, lists, month and day names, @daily shortcuts, and the rule that day-of-month and day-of-week combine with OR rather than AND.

**URL:** https://convertto.tech/t/cron-next-run
**Category:** Developer Tools (https://convertto.tech/c/developer-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Supports:** Ranges, steps, lists, names, six-field second precision and @daily shortcuts
- **Handles the OR rule:** Day-of-month and day-of-week are ORed when both are restricted
- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your cron expression.
2. Set the show next.
3. Enter or paste your starting from.
4. Turn "Six fields (seconds first)" on or off as needed.
5. The result appears immediately — copy or download it.

## FAQ

### Why does my job run more often than expected?

Almost always the day-of-month and day-of-week OR rule. If both fields are restricted, cron fires when either matches — so "0 0 13 * FRI" runs on the 13th of every month and on every Friday, not only on Friday the 13th.

### What does */15 mean?

Every 15 units counting from the lowest value in the range. In the minute field that gives :00, :15, :30 and :45 — it is a step, not "every 15 minutes from now".

## Related tools

- [Cron Expression Parser](https://convertto.tech/t/cron-expression-generator): Translate a cron expression into plain English and see when it will next run.
- [.gitignore Generator](https://convertto.tech/t/gitignore-generator): Build a .gitignore file for your stack, with the entries people usually forget.
- [Redirect Rule Generator](https://convertto.tech/t/redirect-generator): Generate redirect rules for Apache, Nginx, Netlify, Vercel and Next.js.
- [Meeting Agenda Timer](https://convertto.tech/t/agenda-timer): Turn an agenda into a timed schedule with start and end times for every item.
- [DNS Lookup](https://convertto.tech/t/dns-lookup): Pull every DNS record for a domain at once, check SPF and DMARC, and compare four public resolvers.
- [.env to JSON Converter](https://convertto.tech/t/env-to-json): Convert .env files to JSON and back — for config migrations and CI variables.
- [Timezone Meeting Planner](https://convertto.tech/t/timezone-meeting-planner): Find the hours that are inside working time for everyone, across up to a dozen timezones.
- [YAML Formatter & Validator](https://convertto.tech/t/yaml-formatter): Format and validate YAML — catch the indentation mistakes that break CI pipelines.
