Slow down before sharing. Urgency usually makes privacy worse. :)

Tools

What to Do With an Old Laptop Before You Throw It Out

Linux can give older hardware a second life, with fewer privacy trade-offs than newer systems

April 17, 2026 ยท 4 min read

Old silver laptop open on a plain wooden desk

Many laptops from 2012 onward run Linux well, even when they feel sluggish on Windows.

If you have an old laptop gathering dust because it feels too slow, there is a reasonable chance it is not actually broken. It may just be running an operating system that has outgrown it.

Windows, particularly recent versions, puts a meaningful load on older hardware. A laptop that struggles to open a browser on Windows can often run smoothly on a lightweight Linux distribution (a Linux distribution is a ready-to-use version of the Linux operating system, packaged for general use). The hardware has not changed. The demands on it have.

What you actually get

A laptop running Linux gives you a usable general-purpose computer. Web browsing, writing, spreadsheets, video calls, media playback, and light photo editing all work without much fuss on modern Linux. Most everyday tasks are covered.

From a privacy standpoint, mainstream Linux distributions do not collect telemetry by default, do not require a Microsoft or Google account to set up, and do not push advertising. You own the system and what runs on it. That is a meaningful difference from both Windows and ChromeOS.

Which distribution to start with

For someone setting up their first Linux machine, two options are consistently recommended by people who help others do this.

Ubuntu is the most widely documented option. If you search for help with a Linux problem, there is a good chance the answer was written for Ubuntu. It has a large community and works out of the box on most hardware made in the last fifteen years.

Linux Mint is based on Ubuntu and is often described as easier to start with, particularly for people coming from Windows. It looks more familiar, has a simpler software installer, and tends to work well without much configuration.

Both are free. Both receive regular security updates. Both have large communities where you can get help.

What the installation process looks like

You download an installer file from the distribution's website, copy it to a USB drive using a free tool (Balena Etcher is commonly used and straightforward), and boot your laptop from that drive. The installer walks you through the rest with a graphical interface.

The main decision point is whether to replace Windows entirely or keep it alongside Linux (called dual-booting). Replacing Windows is simpler and gives you more storage. Dual-booting lets you switch between the two, but adds some complexity and occasionally causes problems when one system updates its bootloader, the software that decides which operating system to start.

For most people doing this as a practical exercise, replacing Windows is the cleaner path. If you want to keep Windows available, make sure your important files are backed up before starting, regardless of which approach you choose.

What to check before starting

Most hardware from around 2012 onward works reasonably well. The areas that sometimes cause friction are Wi-Fi adapters and graphics drivers. Some older Wi-Fi chips require a driver that is not included by default, which can be annoying if your only internet connection is Wi-Fi. A USB Ethernet adapter (available cheaply) sidesteps this during setup.

Searching your laptop model name plus "Linux compatibility" before you start will give you a quick sense of whether others have had problems. Ubuntu's and Linux Mint's community forums are good places to look.

What Linux does not fix

Linux is not a security guarantee on its own. The habits you use online, the software you install, and how you handle accounts and passwords still matter. A Linux laptop with a weak password and no updates applied is not inherently safer than a well-maintained Windows machine.

Linux also has a learning curve. Some things that are automatic on Windows or macOS require a little more deliberate setup on Linux. Managing this is easier than it used to be, but the first few weeks can involve some searching and problem-solving.

Software compatibility is the other main limit. If there is a specific Windows application you rely on, it may not have a Linux version. Web-based tools work fine in the browser, and there are Linux alternatives for most common software, but it is worth checking your specific needs before committing.

A practical starting point

Before buying a new laptop, check what you actually need from it. If the answer is browsing, email, writing, and video calls, an older laptop with Linux Mint or Ubuntu covers that reliably at no cost.

You can try Linux without installing anything. Download the installer, copy it to a USB drive, and boot from it. This runs a full live session on the USB drive without touching your existing system. It is a useful way to check whether your hardware works before committing.

Suggested next step

Search your laptop's model name plus "Linux compatibility" and see what others have found before committing to the install.

Related reading