Free Tool

    Cron Expression Parser

    Parse, validate, and understand cron expressions — with next scheduled run times.

    Cron Expression

    */5
    Minute
    0–59
    *
    Hour
    0–23
    *
    Day of Month
    1–31
    *
    Month
    1–12
    *
    Day of Week
    0–7 (0 & 7 = Sun)
    Runs at every 5 minute(s), every hour, every day of month, every month, every day of week

    Next 5 Scheduled Runs

    1Fri, Mar 6, 2026, 15:55
    2Fri, Mar 6, 2026, 16:00
    3Fri, Mar 6, 2026, 16:05
    4Fri, Mar 6, 2026, 16:10
    5Fri, Mar 6, 2026, 16:15

    Times shown in your local timezone.

    What Is a Cron Expression?

    A cron expression is a string of five fields that defines a recurring schedule in Unix-like systems. Each field represents minute, hour, day of month, month, and day of week — supporting wildcards (*), ranges (1-5), lists (1,3,5), and step values (*/5).

    Cron Syntax Quick Reference

    FieldAllowed ValuesSpecial Characters
    Minute0–59* , - /
    Hour0–23* , - /
    Day of Month1–31* , - /
    Month1–12* , - /
    Day of Week0–7 (0 & 7 = Sun)* , - /

    Common Use Cases

    • Scheduling backup jobs and log rotation
    • Running monitoring checks at specific intervals
    • Triggering CI/CD pipelines on a schedule
    • Sending periodic reports and notifications
    • Database maintenance and cleanup tasks

    Monitor Your Cron Jobs

    Get alerted when your cron jobs fail to run on time with Xitoring's cron job monitoring.

    Start Free Monitoring