Axonix Tools

Crontab Reference Online

The best cron decoder online. Translate crontab expressions into plain English and master the crontab syntax for Linux and Unix.

MinHourDomMonDow
Runs at every minute of every day.
1
Minute
0-59
2
Hour
0-23
3
Day (Month)
1-31
4
Month
1-12
5
Day (Week)
0-6

Built With Care

Crontab syntax is a foundational skill for Linux and Unix system administration. This decoder handles all standard cron operators including wildcards, ranges, lists, and step values.

Crontab Reference

Type a 5-field cron expression and see a plain-English explanation of when it runs. Useful for double-checking schedules before deploying crontab entries or cloud scheduler rules.

No signup neededRuns offlineClient-side processing
How to Use Crontab Reference
  • 1Enter your 5-field cron expression into the primary input box.
  • 2Directly below, observe the live 'Human Interpretation' generated in plain English.
  • 3Use the 1-5 syntax guide to understand which field corresponds to minute, hour, day, etc.
  • 4Click any of the common presets (like 'Midnight Daily') to see their specific syntax.
  • 5Copy the validated cron expression for use in your crontab -e configuration.
Key Features
  • Live Decoding: Instantly translates cryptic crontab strings into clear, human sentences.
  • Visual Guide: Numbered breakdown of the 5 cron fields for quick syntax reference.
  • Pro Presets: One-click access to the most common automated task schedules.
  • Standard Compliance: Strictly adheres to the Linux/Unix crontab standard format.
  • Edge Case Handling: Correctly interprets step increments (/), ranges (-), and lists (,).

Real Ways People Use This

Debugging Scheduled Jobs

Paste a cron expression from a server config to verify it runs at the intended schedule before deploying to production.

Learning Cron Syntax

Explore how each field works by typing expressions and seeing the plain-English translation in real time.

Writing Crontab Files

Use the preset buttons to quickly build common schedules like daily backups, hourly cleanups, or weekly reports.

Important Notes
  • This tool uses standard 5-field cron syntax. Quartz-style 6-field expressions (with seconds) are not supported.
  • Cron schedules are based on the server's local time zone, not UTC. Verify your server's timezone configuration.
Quick Checklist
  • 1Confirm the 5 fields are in the correct order: Minute, Hour, Day of Month, Month, Day of Week.
  • 2Use the human-readable output to double-check the schedule matches your intent.

Questions That Usually Come Up

More Tools You’ll Actually Use