Last updated: March 17, 2026
Hours to Days Calculator
Hours to Days Calculator: Convert Hours to Calendar Days and Work Days
Need to convert hours to days fast? Whether you’re calculating payroll, estimating a project timeline, or tracking server uptime, the answer depends on one key question: are you counting calendar days (24 hours) or work days (typically 8 hours)?
Use the interactive calculator above to convert instantly — toggle between standard days and 8-hour work days, and get your result in both decimal format and “X days and Y hours” breakdowns.
The Two Formulas You Need (And When to Use Each)
Every hours-to-days conversion starts with one of two formulas. Master these and you can handle any scenario — from a 19-hour sprint to 104,629 hours of infrastructure uptime.
Formula 1 — Calendar Days (24-Hour Cycle)
Days=Total Hours÷24\text{Days} = \text{Total Hours} \div 24Days=Total Hours÷24
Use this for: server uptime, scientific experiments, machine runtimes, billing cycles, astronomical time, or any context where “a day” means a full 24-hour period.
Formula 2 — Work Days (8-Hour Shift)
Work Days=Total Hours÷8\text{Work Days} = \text{Total Hours} \div 8Work Days=Total Hours÷8
Use this for: payroll processing, PTO accrual, project deadline estimation, HR reporting, FTE (Full-Time Equivalent) calculations, and timesheet conversions.
The distinction is enormous in practice. 240 hours is 10 calendar days — but 30 work days. Mixing up the two formulas is the #1 mistake HR professionals make when converting accrued PTO hours to days.
Convert and plan dates easily with our date calculator
Step-by-Step: How to Convert Hours to Days Manually
Standard Calendar Day Conversion
Let’s walk through converting 164 hours to days:
- Start with your total: 164 hours
- Choose your divisor: 24 (calendar day)
- Divide: 164 ÷ 24 = 6.833 days
- Interpret the decimal: 6 full days, plus 0.833 of a day remaining
- Convert the remainder: 0.833 × 24 = 20 hours
- Final answer: 164 hours = 6 days and 20 hours
Work Day Conversion (8-Hour Shift)
Converting 240 hours to working days:
- Divide by 8: 240 ÷ 8 = 30 working days
- Convert to work weeks: 30 ÷ 5 = 6 standard work weeks
12-Hour and 7.5-Hour Shift Conversions
Not all industries use 8-hour days. Nursing, manufacturing, and emergency services commonly run 12-hour shifts. Retail and part-time roles often use 7.5-hour days.
- 12-hour shift: Total Hours ÷ 12 = Shift Days
- 7.5-hour shift: Total Hours ÷ 7.5 = Shift Days
Example: 240 hours ÷ 12 = 20 twelve-hour shift days Example: 240 hours ÷ 7.5 = 32 seven-and-a-half-hour shift days
Convert the other way with our minutes to hours calculator.
Converting Decimal Hours to Days and Minutes
This is one of the most misunderstood areas in time conversion — and a frequent source of payroll errors.
Decimal hours are not the same as hours and minutes.
- 8.5 hours = 8 hours and 30 minutes (0.5 × 60 = 30)
- 8.5 hours ≠ 8 hours and 50 minutes
This confusion costs HR teams real money. A timesheet showing “8.75 hours” means 8 hours and 45 minutes (0.75 × 60 = 45) — not 8 hours and 75 minutes.
The Decimal-to-Minutes Formula:
Minutes=Decimal Portion×60\text{Minutes} = \text{Decimal Portion} \times 60Minutes=Decimal Portion×60
Full conversion example — 10031:56:37 (hours:minutes:seconds) to days:
- Convert seconds: 37 ÷ 3600 = 0.0103 hours
- Convert minutes: 56 ÷ 60 = 0.9333 hours
- Total hours: 10,031 + 0.9333 + 0.0103 = 10,031.9436 hours
- Divide by 24: 10,031.9436 ÷ 24 ≈ 417.997 days
This level of precision is essential for scientific experiments and long-running infrastructure logs where rounding errors compound over time.
How to Convert Hours to Days in Excel (And Fix Common Formatting Errors)
The Basic Formula
In Excel or Google Sheets:
- Cell A1: your hours (e.g., 265)
- Cell B1: =A1/24 → Result: 11.04 days
- Or use: =CONVERT(A1,”hr”,”day”) — the most robust method
The Formatting Trap (Troubleshooting)
Why is my Excel hours-to-days conversion showing the wrong number?
The most common culprit: Excel’s default date/time cell formatting. When you enter a time value in a cell formatted as “Time,” Excel caps display at 24 hours and rolls over. A result like “26 hours” may appear as “2:00:00” instead.
Fix: Use custom cell formatting [h]:mm instead of the default h:mm. The square brackets tell Excel to display total elapsed hours beyond 24, not the clock time.
Step-by-step fix:
- Select your result cell
- Right-click → Format Cells
- Choose “Custom” category
- Enter [h]:mm in the Type field
- Click OK
For decimal days output, format the cell as “Number” with 2–4 decimal places instead of any time format.
The CONVERT Function (Most Reliable)
excel
=CONVERT(A1, “hr”, “day”)
This handles unit conversion natively and avoids formatting issues entirely. It works identically in Google Sheets.
Daylight Saving Time (DST) Edge Cases
Standard time conversion assumes every day is 24 hours — but that’s not always true.
During Daylight Saving Time transitions:
- When clocks “spring forward,” one calendar day has only 23 hours
- When clocks “fall back,” one calendar day has 25 hours
For most business calculations, this difference is negligible. But in scientific data analysis, financial trading systems, and airline scheduling, a ±1 hour DST anomaly can cascade into significant errors.
ISO 8601 and NIST standards (the authoritative references for time measurement, per the National Institute of Standards and Technology) address this by recommending UTC (Coordinated Universal Time) for all time-stamped records. UTC does not observe DST and provides an unambiguous reference point.
For critical applications, always log and calculate in UTC, then convert to local time for display only.
Leap Years and Long-Term Time Calculations
For conversions spanning multiple years, leap years add a wrinkle. A standard year has 365 days (8,760 hours). A leap year has 366 days (8,784 hours) — an extra 24 hours every 4 years (with century-year exceptions).
Practical impact: If you’re calculating a multi-year project or infrastructure lifecycle in hours, account for leap years in any span longer than 2 years to maintain accuracy.
Example: 104,629 hours to days
- 104,629 ÷ 24 = 4,359.54 days ≈ 11.9 years
- Over ~12 years, approximately 3 leap years occur, adding 72 hours of potential discrepancy if not accounted for.
Business and HR Conversions: Working Days and FTE
Standard Work Week Calculations
120 hours is how many 8-hour days? 120 ÷ 8 = 15 working days = exactly 3 standard work weeks.
300 hours in 8-hour days: 300 ÷ 8 = 37.5 working days. At 5 days/week, that’s 7.5 work weeks — a significant PTO liability on any balance sheet.
108 hours in 8-hour days: 108 ÷ 8 = 13.5 days — often the duration of a standard two-week project sprint with buffer days.
Full-Time Equivalent (FTE) Calculations
An FTE represents one employee working a standard 40-hour week. This is the basis for workforce planning and timesheet reporting.
- 20 hours/week = 0.5 FTE (half-time)
- 30 hours/week = 0.75 FTE
- 173 hours/month ≈ 1.0 FTE (the standard: 40 hrs/week × 52 weeks ÷ 12 months = 173.33 hours)
How many days is 173 hours?
173 hours is exactly 7.21 calendar days (173 ÷ 24). But in HR context, 173 hours represents one full month of standard employment — roughly 21.6 work days at 8 hours/day.
Handling Weekend Exclusions
When converting a large block of hours into “working days,” you may need to exclude weekends. A 5-day work week means only 5 out of every 7 calendar days count.
Converting 500 man-hours to working days, excluding weekends:
- 500 ÷ 8 = 62.5 working days
- 62.5 ÷ 5 = 12.5 work weeks (approximately 87.5 calendar days including weekends)
Scenario Modeling: Project Management Applications
Single-Team Resource Allocation
If a project requires 500 man-hours, how many calendar days will it take a team of 3 working 8-hour days?
- Total work-hours needed: 500
- Team output per day: 3 workers × 8 hours = 24 man-hours/day
- Days required: 500 ÷ 24 = 20.83 working days ≈ 21 work days (about 4.2 weeks)
This “man-hours to days” calculation is foundational in construction estimating, software sprints, and manufacturing scheduling.
ISO 8601 Duration Format for Developers
When integrating with APIs, databases, or project management tools (Jira, Toggl, etc.), time is often stored or transmitted in ISO 8601 duration format. For example:
- P1D = 1 day
- P1DT2H = 1 day and 2 hours
- PT240H = 240 hours (equivalent to P10D)
Unix Epoch Time for Developers
Databases and backend systems frequently store timestamps as Unix Epoch time — the number of milliseconds (or seconds) since January 1, 1970, 00:00:00 UTC.
Converting Unix milliseconds to days:
javascript
function epochMsToDays(epochMs) {
const hours = epochMs / 1000 / 3600;
return hours / 24;
}
Converting hours to days (JavaScript):
javascript
function convertHrsToDays(hours, dayLength = 24) {
const days = Math.floor(hours / dayLength);
const remainderHours = hours % dayLength;
return { days, remainderHours };
}
// convertHrsToDays(164) → { days: 6, remainderHours: 20 }
// convertHrsToDays(240, 8) → { days: 30, remainderHours: 0 }
Common Mistakes When Converting Hours to Days
Mistake 1: Using the Wrong Divisor for Context
Using 24 when you mean work days (or vice versa) is the most costly error. Always confirm whether the question is about calendar time or working time before dividing.
Mistake 2: Confusing Decimal Hours with Hours:Minutes
As covered above — 8.75 hours is 8h 45m, not 8h 75m. Train anyone entering timesheet data to use decimal format consistently.
Mistake 3: Excel Cell Formatting Overrides
Excel may display your formula result as a time or date instead of a plain number. Always verify cell format is set to “Number” or use custom [h]:mm formatting for elapsed time display.
Mistake 4: Ignoring DST When Calculating Across Time Changes
For systems logging timestamps across spring/fall DST transitions, a “day” may have 23 or 25 hours. Use UTC internally to avoid this.
Mistake 5: Not Accounting for Weekends and Holidays
Converting 240 hours to working days gives 30 days — but if those are calendar days including weekends, the actual work schedule spans 6 weeks (42 calendar days). Define “working days” explicitly in any project plan.
Quick Conversion Reference Table
Both 24-hour calendar days and 8-hour work days included. For the “Days and Hours” breakdown, multiply the decimal portion by 24.
| Hours | Calendar Days (÷24) | Work Days (÷8) | Days & Hours Breakdown |
| 10 | 0.42 days | 1.25 days | 0 days, 10 hours |
| 12 | 0.50 days | 1.50 days | 0 days, 12 hours |
| 19 | 0.79 days | 2.38 days | 0 days, 19 hours |
| 36 | 1.50 days | 4.50 days | 1 day, 12 hours |
| 60 | 2.50 days | 7.50 days | 2 days, 12 hours |
| 98 | 4.08 days | 12.25 days | 4 days, 2 hours |
| 120 | 5.00 days | 15.00 days | 5 days, 0 hours |
| 122 | 5.08 days | 15.25 days | 5 days, 2 hours |
| 164 | 6.83 days | 20.50 days | 6 days, 20 hours |
| 173 | 7.21 days | 21.63 days | 7 days, 5 hours |
| 218 | 9.08 days | 27.25 days | 9 days, 2 hours |
| 240 | 10.00 days | 30.00 days | 10 days, 0 hours |
| 300 | 12.50 days | 37.50 days | 12 days, 12 hours |
| 382 | 15.92 days | 47.75 days | 15 days, 22 hours |
| 447 | 18.63 days | 55.88 days | 18 days, 15 hours |
| 500 | 20.83 days | 62.50 days | 20 days, 20 hours |
| 539 | 22.46 days | 67.38 days | 22 days, 11 hours |
| 840 | 35.00 days | 105.00 days | 35 days, 0 hours |
| 1000 | 41.67 days | 125.00 days | 41 days, 16 hours |
| 1440 | 60.00 days | 180.00 days | 60 days, 0 hours |
| 2025 | 84.38 days | 253.13 days | 84 days, 9 hours |
| 5571 | 232.13 days | 696.38 days | 232 days, 3 hours |
| 7601 | 316.71 days | 950.13 days | 316 days, 17 hours |
| 9999 | 416.63 days | 1249.88 days | 416 days, 15 hours |
| 27922 | 1163.42 days | 3490.25 days | 1163 days, 10 hours |
| 104629 | 4359.54 days | 13078.63 days | 4359 days, 13 hours |
Frequently Asked Questions
How many days is 1000 hours?
1000 hours is 41.67 calendar days (1000 ÷ 24). In 8-hour work days, it equals 125 working days.
How many days is 240 hours?
240 hours is exactly 10 calendar days (240 ÷ 24). In work days, it is 30 eight-hour days, or 6 standard five-day work weeks.
How many days is 36 hours?
36 hours is 1.5 days (36 ÷ 24 = 1.5). It is not 2 days, and not 3 days. Three full calendar days equals 72 hours.
How many days is 98 hours?
98 hours is 4.08 calendar days (98 ÷ 24). Formula: 98 ÷ 24 = 4.083 days (4 days and 2 hours).
How many days is 104,629 hours?
104,629 hours is 4,359.54 days (104,629 ÷ 24). This is approximately 11.9 years — typical for long-term infrastructure lifecycle analysis.
How many days is 1440 hours?
1440 hours is exactly 60 days (1440 ÷ 24). This is a common 2-month billing cycle duration.
How many days is 9999 hours?
9999 hours is 416.63 days (9999 ÷ 24). This is slightly more than 13 months.
How many days is 5571 hours?
5571 hours is 232.13 days (5571 ÷ 24). Formula: 5571 ÷ 24 = 232.125 days.
How many days is 2025 hours?
2025 hours is 84.38 days (2025 ÷ 24). Formula: 2025 ÷ 24 = 84.375 days.
How many days is 173 hours?
173 hours is 7.21 calendar days (173 ÷ 24). In HR terms, 173.33 hours represents the average working hours in one calendar month for a full-time employee.
Is 36 hours equal to 3 days?
No. 36 hours equals 1.5 days. Three full days equals 72 hours (3 × 24 = 72).
How do I convert hours to working days in Excel?
Use =A1/8 for 8-hour work days, or =CONVERT(A1,”hr”,”day”) for calendar days. Format the result cell as “Number” to avoid date/time display issues.
What is 20 hours a week in days?
20 hours per week equals 0.5 FTE (Full-Time Equivalent) — half a standard 40-hour work week, or 2.5 eight-hour work days per week.
How do I convert hours to days and hours format (not decimal)?
Divide by 24 to get total days. Take the decimal remainder and multiply by 24 to get remaining hours. Example: 26 hours → 26 ÷ 24 = 1.083 → 1 day + (0.083 × 24) = 1 day and 2 hours.
days = total_hours ÷ 24
Compare your hours across all day-length standards at once.
Calculate team workdays and Full-Time Equivalent from man-hours.
Click any scenario to see the full solution.
| Hours | Calendar Days | Work Days (8h) | Days & Hours |
|---|
