Seconds to Days Converter

Enter any number of seconds and instantly see the equivalent in days, hours, minutes, and seconds.

Enter Seconds

Decimals and negative values are supported.

Quick examples

Format:

Result

Enter seconds above to see the breakdown.

Copied!

Summary

Enter any number of seconds and instantly see the equivalent in days, hours, minutes, and seconds.

How it works

  1. Enter the total number of seconds in the input field.
  2. The tool divides by 86400 to get full days, then extracts remaining hours (÷3600), minutes (÷60), and seconds.
  3. Results update instantly as you type — no button press needed.
  4. Use the Copy button to copy the formatted result to your clipboard.
  5. Switch between compact (e.g. "2d 3h 4m 5s") and full-sentence output using the format toggle.

Use cases

  • Interpret a duration returned in seconds by an API or database column.
  • Convert log timestamps or uptime counters into human-readable time.
  • Check how many days a countdown timer represents.
  • Convert Unix timestamp differences into days and hours.
  • Quickly sanity-check time calculations in code.

Frequently Asked Questions

Last updated: 2026-07-23 · Reviewed by Nham Vu