Cron Next Run Calculator

Use the fields above to transform, validate, or format input. Errors appear in the on-page alert when parsing fails.

Cron next run (UTC)

Five fields: minute hour day-of-month month day-of-week. Supports numbers, *, and */n for minute/hour. Search starts after reference time.

How this is calculated

We step forward one minute at a time in UTC from just after the reference instant until the five cron fields all match or a one-year cap is hit. Only numeric fields, *, and */n for minute and hour are supported reliably.

Quick tips

  • Validate one known sample first, then batch-process the rest.
  • Keep timezone and locale assumptions explicit in your test input.
  • Copy both source and output when sharing debugging context.

Use this tool for

  • Formatting or minifying snippets before pasting into a repo or ticket.
  • Checking encodings (Base64, hex, URL) without third-party paste services.
  • One-off developer checks during debugging.

Common questions

Does Cron Next Run Calculator cover every edge case for Cron Next Run?

Confirm the field units (px, degrees, charset) match what you intend; mixed bases are the usual surprise on this kind of tool.

Is anything I type sent to NexUtility servers?

Different rounding or parsing rules can shift edge-case output—sanity-check with a tiny hand example when precision matters.