How long until Friday?
TIME UNTIL FRIDAY
Friday is in 3 days, 9 hours.
UTC
Why count down to Friday
Friday at 4 PM is the most-searched countdown on the internet. Pick any time you actually care about — ‘Friday at 5’, ‘Friday at 9 PM’ — and the clock updates.
This page handles the two questions search engines see as one but humans see as two: how many days until this friday (the next occurrence, which can be a few hours away) and how many days until next friday (the one after that). Toggle the segmented control above to see both.
The next time Friday falls on the 13th is Friday, November 13, 2026.
Why "Friday at 4 PM" is the most-searched countdown on the internet
Friday at 4 PM is the canonical end-of-working-week moment for office workers in much of the English-speaking world. Search volume reflects that — Friday countdowns and the "how long until Friday" family of queries dwarf every other day of the week combined. The picker on this page defaults to Friday at 4 PM for exactly that reason; change it to whatever Friday moment you actually care about.
Why the anticipation? The weekend isn't just leisure — it's the moment when paid work, school, and externally imposed schedules pause. Counting down to that moment is a small act of agency: you take the vague sense of "almost there" and turn it into a number that drops every second.
This Friday vs. next Friday
These are not the same calculation. "This Friday" is the imminent Friday — could be today, could be six days away. "Next Friday" is the one after that, exactly seven days later. The segmented control above the clock flips between them; the underlying math is nextWeekday(target, hour, minute, addWeeks), where addWeeks is 0 for "this" and 1 for "next".
If today is Friday and the target time still hasn't passed, "this Friday" is today and the countdown is hours-only. If it has passed, both "this" and "next" roll forward and "this Friday" becomes synonymous with the one we'd call "next" yesterday. The page surfaces both readings so search engines and humans can both find the answer they're after.
Friday across the world
Friday is the weekly holy day in Islam — many Muslim-majority countries (Saudi Arabia, the UAE, Egypt for part of the 20th century, Iran today) use a Friday-Saturday weekend, with the working week running Sunday through Thursday. In that frame, Friday is the equivalent of Sunday in a Christian-calendar working week: the day off.
In Israel the weekend is Friday-Saturday, anchored to the Jewish Sabbath. In Japan and most of East Asia, the Saturday-Sunday weekend is now standard, matching the United States and Europe. None of this changes the math; the page reads the day index from your browser's local Date and counts to the next Friday regardless of how Friday is treated where you are.
The Friday-the-13th computation
The unique-fact card on this page surfaces the next time Friday falls on the 13th of the month. We compute it forward from "now" by walking the calendar month-by-month and checking which 13ths land on a Friday. Every year has at least one Friday the 13th — sometimes three. The next occurrence is in the card; load the page tomorrow and the number updates automatically.
For a fuller list of weekday-on-the-13th dates, our Thursday, Wednesday, and Saturday pages each surface the same fact for their own day.
Setting a custom Friday target time
The picker offers hours 1–12, minutes 0/15/30/45, and AM/PM. Common picks: Friday at 5 PM (working-day end on the US East Coast), Friday at 6 PM (the same in Pacific Time), Friday at 9 PM (Friday-night plans start), Friday at 12 AM (midnight, the calendar boundary), Friday at noon (Friday lunch — when the weekend mood arrives).
If you need arbitrary minutes (Friday at 4:53 PM for a flight, say), our how-long-until tool accepts any date and time; the URL is shareable with the target encoded in the query string.
Sharing the Friday countdown
Bookmark this page once and the Friday count is always correct the next time you open it. The picker setting persists in the URL when you change it from the default, so a bookmark with "Friday at 5 PM" stays at 5 PM on every reload. Anyone you share the link with sees the same target weekday and time, computed in their own browser's timezone.
The page is around 20 KB of HTML and CSS plus a tiny piece of JavaScript for the live tick. Once it loads, it keeps running on your device's clock and remains usable offline. The seconds card ticks every second using a single shared interval, and only the digits whose glyph changed are flipped, so the page barely uses any CPU.
Frequently asked questions
- How long until Friday?
- The exact number is in the live clock at the top of this page — days, hours, minutes and seconds in your local timezone, updated every second.
- Why does "Friday at 4 PM" matter?
- It’s the canonical end-of-working-week moment for office workers in the English-speaking world, so it’s the most-searched specific Friday target. The page defaults to it; you can change the target in the picker.
- When is the next Friday the 13th?
- The exact date is in the calendar-fact card on this page, computed dynamically. Every year has at least one Friday the 13th.
- Does the countdown work offline?
- Once the page has loaded, the clock continues to tick using only your device's clock. Reloading needs an internet connection (it's a static site, no server logic).
- Does the seconds card use a lot of CPU?
- No. A single shared interval ticks once a second, and only the digits whose glyph actually changed are re-animated. Most of the time only the seconds card flips; the rest of the clock is idle.
Remind me
We’ll email you the morning before — no marketing, no list-share.