# Cron Expression Parser

> Translate a cron expression into plain English and see when it will next run.

To read a cron expression, paste it above and it is translated into plain English with each field labelled. The five fields are minute, hour, day of month, month and day of week; a six-field expression adds seconds at the front.

**URL:** https://convertto.tech/t/cron-expression-generator
**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

- **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. The result appears immediately — copy or download it.

## FAQ

### What does */15 mean?

A step value — "every 15 units" within that field. In the minute field it means the job runs at :00, :15, :30 and :45 of every hour.

### Why does my job run twice on some days?

If both day-of-month and day-of-week are restricted, most cron implementations run the job when EITHER matches, not both. Leave one as * unless you want that behaviour.

## Related tools

- [Cron Next Run Calculator](https://convertto.tech/t/cron-next-run): See the next fire times for a cron expression, with each field explained.
- [.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.
- [Naming Convention Converter](https://convertto.tech/t/case-detector): Convert an identifier between every common naming convention at once.
- [Content Security Policy Generator](https://convertto.tech/t/csp-generator): Build a CSP header from common presets, with each directive explained.
- [Text Diff Checker](https://convertto.tech/t/diff-checker): Compare two texts and highlight exactly what was added and removed.
- [HTTP Status Code Reference](https://convertto.tech/t/http-status-codes): Look up what any HTTP status code means and when to use it.
- [MIME Type Lookup](https://convertto.tech/t/mime-type-lookup): Find the correct MIME type for any file extension, and vice versa.
- [User Agent Parser](https://convertto.tech/t/user-agent-parser): Break down a user-agent string into browser, engine, operating system and device.
