Free printable calendar, ready before you finish reading this line
Pick a month, choose US Letter or A4, add holidays or notes if you want them, then print — or download a real PDF. The calendar below is already live: it opened on the current month, and every control changes it instantly, with no account, no email address and no advertisements anywhere on the page.
August 2026
What comes out of the printer
Two ways out, and both give you the same sheet. Print hands the calendar straight to your printer with the rest of the page hidden, so the header, the navigation and this text never reach paper. Download PDF writes a vector document in your browser and saves it — text stays text, so it is crisp at any zoom, it opens on any device, and it carries none of the browser page furniture that turns a printed web page into a sheet with a URL stamped across the bottom.
That PDF is worth being specific about, because “printable calendar PDF” means different things on different sites. Here it is generated on your own device by roughly six kilobytes of compressed code, using the PDF standard fonts so nothing has to be embedded. A single month on Letter paper is typically under five kilobytes. Nothing is rendered on a server, nothing is queued, and nothing is sent anywhere for the file to come back — which also means it works with the network off once the page has loaded.
It opens on today, and it keeps doing that
The calendar above showed the current month the moment the page appeared. That sounds like the least a calendar site could do, and it is the thing the ranking sites for this query mostly get wrong: one has served the same fixed month for over a year and a half because the month is written into its HTML, another ships production code with the line that reads the current year commented out above a hard-coded one. Both were correct on the day they were written. That is the failure mode.
Here the month is computed from your device’s own clock every single time, and the same is true of the holiday marks: they come from rules evaluated for whatever year you ask for, not from a table that runs out. A calendar is an annual need, and a tool for it either survives the turn of the year on its own or quietly rots.
Letter and A4 are different shapes, not a different label
US Letter is 8.5 × 11 inches. A4 is 210 × 297 mm — about 6 mm narrower and about 18 mm taller. Send one to a tray holding the other and your printer either clips an edge or shrinks the sheet to roughly 97% and leaves a band of white along the bottom. So paper size here is a property of the layout, not a note in the print dialog: choose Letter, A4, Legal or Tabloid and the grid is measured for that sheet, in portrait or landscape, with a margin wide enough for the border consumer printers cannot print into.
The preview is locked to the real aspect ratio of the sheet you chose, with the page edge and the margin guide drawn in. What you are looking at is the shape that will come out. If something still surprises you, the printing guide covers scale, margins and the browser headers that eat into your page.
Holidays computed from rules, including Juneteenth
Switch holidays on and you get all eleven US federal holidays defined by statute — including Juneteenth National Independence Day, which has been federal since 2021 and is missing from every year of the hard-coded table the third-ranked calendar site ships. Each one is a rule: the third Monday in January, the last Monday in May, the fourth Thursday in November. Rules resolve for any year you type, so 2035 is exactly as correct as next month.
Observed days are handled honestly. A federal holiday landing on a Saturday is observed the preceding Friday and one landing on a Sunday the following Monday, and the calendar marks both dates rather than silently moving one. Observances such as Valentine’s Day, Easter and Halloween are a separate switch, because nobody gets a day off for Halloween and a calendar that implies otherwise is misinforming its reader. The full table, with provenance and the date the rules were last checked, is on the holiday calendar page.
Using it as a calendar maker
Beyond the month and the paper there are the things that make a printed calendar usable: start the week on Sunday, Monday or Saturday; turn on ISO 8601 week numbers; add ruled writing lines inside each day box; add a notes column down the side; type directly into any day; set your own title; pick one of six print-tested colour schemes or switch on ink saver to thin every rule and drop the weekend wash. Two typefaces are offered and only two, because those are the faces the PDF can draw without embedding a font — a third would be a setting the download could not honour.
To keep a calendar you have set up, copy its link. The whole state travels in the URL, so the link reopens exactly what you were looking at on any device, with nothing to sign into and nothing to lose when a cache is cleared. It is the smallest possible version of “save”, and it is the only one that works when there is no account system to save into.
Questions people ask before they print
Is this printable calendar really free?
Yes. Every layout, every month, every year and the PDF download are free, with no account, no email address, no trial and no watermark. There are no advertisements on any page either — the competing calendar sites carry between one and 176 ad placements per page, and that is the experience this site exists to avoid.
Do I have to sign up or install anything?
No. There is nothing to install and nothing to sign up for. The calendar is drawn by JavaScript already running in the page you are reading, so choosing a month or a paper size takes effect immediately with no round trip to a server.
What exactly does the PDF download contain?
A real vector PDF: the page is a document with text drawn as text, not a screenshot of the screen. It is built in your browser and saved straight to your device, so the file is sharp at any zoom and prints at your printer’s full resolution rather than the screen’s. It carries no browser header, no URL footer and no watermark.
Can I choose A4 instead of US Letter?
Yes, and it changes the layout rather than just the label. Letter, A4, Legal and Tabloid are each laid out to their own geometry, and the on-screen preview is locked to the true aspect ratio of the sheet you picked, so a landscape Legal page is visibly a different shape on screen and not the same box with smaller text.
Which holidays are marked, and for which country?
The launch data set is the United States: all eleven federal holidays defined by 5 U.S.C. § 6103, including Juneteenth National Independence Day, plus a separately switchable layer of observances such as Valentine’s Day, Easter and Halloween. They are computed from rules rather than read from a stored table, so any year resolves correctly, and both the actual date and the observed day off are shown when the two differ.
Is anything I type into the calendar uploaded?
No. There is no server to upload it to: this site has no database, no storage bucket and no application server. Notes you type into day boxes, the title you set and every setting you choose stay in the page and, if you copy the share link, in that link. Nobody receives them, including us.
How do I save a calendar I have set up?
Copy the link. Every setting and every note is encoded in the URL, so pasting that link on another device reopens the same calendar with nothing to log in to. That is deliberately not an account and deliberately not browser storage, both of which lose your work when you clear a cache or switch machines.
Why does the calendar open on the current month?
Because that is almost always the one you want, and because a calendar site that opens on a fixed month rots. The month is computed from your device’s own date every time the page loads, so this page is never stale — and if you want a different month it is one control away.
Why there are no advertisements here
Not modesty — arithmetic. The measured revenue figure for this kind of page is around three and a half cents per thousand views, which does not pay for the seconds of load time an ad stack costs, and the competing sites carrying the heaviest ad loads are exactly the ones whose pages take longest to become usable. Speed and a clean first screen are worth more here than the advertising would be, so the trade was never close.
What that leaves is a tool that loads fast, opens on the right month, prints what it shows you, and asks for nothing. If you want to know who runs it and where the dates come from, that is on the about page; what is and is not collected is on the privacy page.