{
  "slug": "how-many-hours-until-a-deadline",
  "title": "How Many Hours Until My Deadline?",
  "heading": "How Many Hours Until My Deadline?",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/how-many-hours-until-a-deadline",
  "summary": "A deadline 6 days away has 144 total hours remaining, or about 48 working hours if you work 8-hour weekdays.",
  "description": "This calculator takes a target date and time and computes the total hours remaining, then estimates how many actual working hours you have available if you exclude weekends and non-working hours, giving a more realistic view of your real crunch time than a plain day count.",
  "formula": "Total Hours = (Deadline − Now) in hours. Working Hours = Weekdays Remaining × Working Hours per Day.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-many-hours-until-a-deadline",
  "inputs": [
    {
      "id": "daysUntil",
      "label": "Days until deadline",
      "kind": "number",
      "hint": null,
      "default": 6,
      "unit": null,
      "min": 0,
      "max": 365
    },
    {
      "id": "hoursIntoDay",
      "label": "Additional hours until deadline time",
      "kind": "number",
      "hint": null,
      "default": 0,
      "unit": "hrs",
      "min": 0,
      "max": 23
    },
    {
      "id": "workHoursPerDay",
      "label": "Working hours per weekday",
      "kind": "number",
      "hint": null,
      "default": 8,
      "unit": "hrs",
      "min": 1,
      "max": 16
    }
  ],
  "outputs": [
    {
      "id": "totalHours",
      "label": "Total hours remaining",
      "format": "number",
      "hint": null,
      "primary": true
    },
    {
      "id": "workingHours",
      "label": "Estimated working hours remaining",
      "format": "number",
      "hint": null,
      "primary": false
    },
    {
      "id": "weekdays",
      "label": "Weekdays remaining",
      "format": "number",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Days until deadline: 6",
      "Additional hours until deadline time: 0 hrs",
      "Working hours per weekday: 8 hrs"
    ],
    "outputs": [
      "Total hours remaining: 144",
      "Estimated working hours remaining: 40",
      "Weekdays remaining: 5"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter days until deadline.",
      "Enter additional hours until deadline time (hrs).",
      "Enter working hours per weekday (hrs).",
      "Read your total hours remaining on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "daysUntil": 4,
        "hoursIntoDay": 0,
        "workHoursPerDay": 5
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "daysUntil": 6,
        "hoursIntoDay": 0,
        "workHoursPerDay": 8
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "daysUntil": 10,
        "hoursIntoDay": 0,
        "workHoursPerDay": 13
      }
    }
  ],
  "limitations": [
    "Estimates assume standard, average conditions — local rules, pricing, and materials vary.",
    "Results are rounded for readability; add a buffer before ordering, booking, or committing.",
    "Double-check anything with a real cost attached against a local quote."
  ],
  "faq": [
    {
      "q": "How many hours until my deadline?",
      "a": "A deadline 6 days away has 144 total hours remaining; if you only work 8-hour weekdays, that's roughly 32-40 actual working hours depending on how the weekdays fall."
    },
    {
      "q": "Why does working hours differ so much from total hours?",
      "a": "Total hours counts every hour including nights and weekends, while working hours only counts the time you're actually productive — a 6-day deadline can look like plenty of time in total hours but be tight in real working hours."
    },
    {
      "q": "Should I build in a buffer before the actual deadline?",
      "a": "Yes — treat your real internal deadline as at least 10-20% earlier than the stated one to leave room for review, revisions, and unexpected delays."
    },
    {
      "q": "Does this account for holidays?",
      "a": "No — this simplified model only excludes weekends; manually subtract additional working hours for any holidays that fall within your remaining weekdays."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-long-to-pay-off-credit-card",
    "https://www.revenuelab.fyi/toolbox/how-much-sleep-do-i-need"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Many Hours Until My Deadline? (https://www.revenuelab.fyi/toolbox/how-many-hours-until-a-deadline)"
}