Bookmarks don't actually save anything. A bookmark stores an address, not the page. The day that article gets redesigned, moved behind a paywall, or taken down, your bookmark turns into a dead end. You click it six months later and land on a 404, or a completely different story than the one you remember.
If you want a webpage to stick around, you need a real copy. Below are six methods that preserve a page, roughly ordered from "thirty seconds" to "bulletproof," with honest notes on what each one does and doesn't do.
Why Bookmarks (and Browser History) Don't Count
Bookmarks fail for one reason: they point at a location, not content. When the page changes, the bookmark just follows it to whatever's there now.
A few consequences:
- About 38% of links from a decade ago are already gone. Your bookmarks aren't exempt.
- A bookmark to a paywalled or logged-in page just drops you back at the wall.
- Browser history is even weaker. It expires, and it only remembers that you visited, not what you read.
So if a page matters to you, save the content, not the link. That's the part that lasts.
Method 1: Save As → "Webpage, Complete"
The fastest real copy you can make. Press Ctrl/Cmd + S and choose "Webpage, Complete". You get an .html file plus a folder of images, CSS, and scripts.
It keeps the layout and images. The catch is that assets folder: move the .html without it and the page breaks, and pages that load content as you scroll often save half-empty. Good for a quick grab, less so for long-term tidiness.
Method 2: SingleFile (one self-contained .html)
SingleFile is a free browser extension that fixes the messy assets folder. It bundles the whole page (images, fonts, styles) into a single .html file you can email, back up, or open in ten years with nothing else attached.
SingleFile is my go-to when I want the page exactly as it looks today, saved in one file I can keep for good. Scroll to the bottom first and it'll grab most lazy-loaded images too.
The limits are worth knowing: it's a snapshot of one moment, interactive widgets won't work, and video usually won't play back offline.
Method 3: Print to PDF
Ctrl/Cmd + P, then Save as PDF. Everyone has it, nothing to install, and the result is frozen, so it won't quietly change the way a live page can. That makes it great for anything you might need to prove later, like receipts and confirmations.
The downsides: long pages get chopped across page breaks, and you lose live links and reflowable text. Our guide to archiving original HTML digs into the fidelity tradeoffs.
Method 4: Wayback Machine "Save Page Now"
The Internet Archive's Wayback Machine lets you paste a URL and hit "Save Page Now" to create a public, timestamped snapshot. The big win is that the copy lives on their servers, not your laptop, so it survives a dead hard drive.
Two limits. It can't reach paywalled or login-only pages, and you're trusting a third party to stay online. (The Archive is a well-funded nonprofit, but it still isn't yours.) This is also how you fix broken citations, which we cover in the link rot guide.
Method 5: perma.cc (for citations that can't break)
If you're a researcher, lawyer, or academic, perma.cc makes permanent, citable archive links built to survive in footnotes and legal records. It does one job and does it well. Free accounts have monthly limits, and it's overkill for casual saving.
Method 6: A Read-Later App (capture + search the content)
The methods above give you files and snapshots. What they don't give you is a searchable library. Save a hundred pages a month and "a folder of HTML files" becomes its own black hole.
That's where a read-later app fits. Gleamr saves the full article content, not just a bookmark, strips out the ads and clutter, and indexes every word so you can find that thing you saved last spring. Everything lives in one place, and you can export it all as JSON whenever you want, so you're never locked in.
What it isn't is a pixel-perfect, byte-for-byte archive. It preserves the readable content and is built for search and retrieval. For raw fidelity, reach for SingleFile or the Wayback Machine. For "save it, find it, read it later without the noise," the read-later app wins.
Which Method Should You Use?
| Method | Keeps layout | Lives off your device | Effort | Best for |
|---|---|---|---|---|
| Save As (Complete) | Yes | No | Low | A quick local grab |
| SingleFile | Yes | No | Low | One-file forever copies |
| Print to PDF | Partly | No | Low | Receipts, proof, sharing |
| Wayback "Save Page Now" | Yes | Yes | Low | Public, dated snapshots |
| perma.cc | Yes | Yes | Medium | Citations that can't break |
| Read-later app | Text + media | Yes | Lowest | A searchable reading library |
For most people, the honest answer is two tools, not one: SingleFile plus a Wayback snapshot for anything you can't lose, and a read-later app for the daily stream of things you want to read and find again.
Frequently Asked Questions
Do browser bookmarks expire?
The bookmark itself doesn't expire, but it only stores the page's address, not its contents. When the page is moved, redesigned, or taken down, the bookmark stops working. To keep the actual content, you need a saved copy such as HTML, PDF, or a read-later app.
Will a saved page still work if the website goes offline later?
It depends on how you saved it. A local file (SingleFile, Save As, PDF) or a Wayback Machine snapshot keeps working because the content lives outside the original site. A bookmark won't, because it depends on the live site.
What's the most permanent way to save a webpage?
For a single file you control, use SingleFile. For a copy that survives even if your device dies, use the Wayback Machine or perma.cc. For citations, perma.cc is purpose-built. Combining a local copy with a public snapshot is the most resilient approach.
Can I save a paywalled or logged-in page?
Local methods like SingleFile, Save As, and Print to PDF can capture a paywalled page you're viewing while logged in, because they save what's on your screen. The Wayback Machine generally can't, because it fetches the page as an anonymous visitor.
Tired of saved pages vanishing into a downloads folder you never open? Get started with Gleamr: 10 free articles, full-text search across everything, and JSON export so your library stays yours.