Overview  /  Downloads

Official operating system downloads

Every entry below is published by the vendor that makes the software — Microsoft for Windows, Apple for macOS, Canonical and the Fedora and Debian projects for Linux. The hostname is printed next to each link so you can see where it goes before you click.

Windows macOS USB writing tools Linux Verifying a download

Windows

Microsoft publishes the ISO, the media creation tool and the upgrade assistant from one page. Which of the three you want depends on whether you are upgrading in place or building install media.

Download Windows 11 Microsoft microsoft.com

The only place Windows 11 comes from. The page offers the Installation Assistant for in-place upgrades, the Media Creation Tool for building a USB stick, and the direct ISO download for everything else.

ISOUSB mediax64 & Arm64
Download Windows 10 Microsoft microsoft.com

Still available for machines that cannot meet the Windows 11 requirements, or for software that will not run on it. Support ended on 14 October 2025, so treat this as a compatibility fallback rather than a destination.

ISOUSB mediaOut of support
Windows 11 Enterprise evaluation Microsoft microsoft.com

A full, genuine Windows 11 Enterprise image, free from Microsoft, licensed for 90 days of evaluation. The legitimate option for a test machine, a lab, or a VM you need for a month.

90-day evaluationISOVMs
Windows Insider Preview Microsoft microsoft.com

Pre-release Windows builds, from Microsoft, for people who want to test upcoming versions. Opt in and the builds arrive through Windows Update; no ISO hunting required.

Beta buildsWindows Update
Create installation media for Windows Microsoft support.microsoft.com

Microsoft's own instructions for the Media Creation Tool, including what the tool needs and what it does at each step. Read this instead of a tutorial blog if you want the current wording of every prompt.

How-toMedia Creation Tool
Windows release health Microsoft learn.microsoft.com

Known issues and rollout status for every supported Windows release. Check here before reinstalling: if Microsoft has already acknowledged your symptom, reinstalling will not fix it and will cost you an afternoon.

Known issuesStatus
Windows 11 device specifications Microsoft microsoft.com

The actual hardware requirements: TPM 2.0, UEFI Secure Boot, 4 GB RAM, 64 GB storage, a supported CPU. Worth two minutes before you download 5.5 GB.

Requirements

macOS

Apple does not distribute macOS as a downloadable ISO from a public page. The installers come through the App Store and through its support pages — the links below are those pages, not third-party copies of the result.

How to download and install macOS Apple support.apple.com

Apple's hub for every route to a macOS installer: Software Update, macOS Recovery, Terminal, and the App Store links for the current release and older ones. Start here rather than at a downloads directory.

Current & older releasesApp StoreTerminal
Create a bootable installer for macOS Apple support.apple.com

The createinstallmedia walkthrough, including the exact command for every release back to El Capitan. The command is copied from Apple rather than retyped, which matters: one wrong character produces an unbootable drive.

USB installerTerminalPer-release commands
How to reinstall macOS Apple support.apple.com

The canonical answer to “will I lose my files?” Apple states it directly: reinstalling macOS does not remove your apps or personal data. Includes which macOS version you get depending on how you entered Recovery.

RecoveryKeeps your data
Start up from macOS Recovery Apple support.apple.com

How to reach Recovery on both Apple silicon and Intel Macs, and what to do when it will not start. The key combinations differ by chip, and getting this wrong is the most common stumbling block.

Apple siliconIntelKey combinations
Apple Developer downloads Apple developer.apple.com

Apple's own developer resource centre, which hosts full macOS installers and betas alongside Xcode. Requires a developer account, and carries beta software with the usual caveats.

Full installersBetasAccount required
Mac App Store Apple apple.com

Where the App Store links on Apple's macOS page lead. The installer downloads as a normal App Store purchase, which is why it appears without a visible ISO.

App Store

USB writing tools

These are not operating systems. They are the upstream projects for writing an image to a USB drive, listed because the guides refer to them and because a version downloaded from a bundle site is not the version the project publishes.

Linux

Included for completeness. Most people reinstalling a laptop are choosing between Windows and macOS, but these are the official pages if you are not.

Verifying a download

A file arriving from the vendor's own server is your first and strongest protection. If you want to go further, these are the checks that are actually meaningful.

Check the digital signature on Windows media

A genuine Microsoft ISO can be inspected from PowerShell. Mount the image and check its signature:

Get-AuthenticodeSignature D:\setup.exe | Format-List

Look for a status of Valid and a signer of Microsoft Corporation. A signed setup.exe means the installation engine is genuine. This does not prove the whole image is byte-identical to Microsoft's, but a forged signature is not something you will encounter from a random repack.

Check a macOS installer

Apple installers are signed and notarised. Confirm the app you downloaded is the one Apple shipped:

pkgutil --check-signature "/Applications/Install macOS Sequoia.app"

You want the signature to chain to Apple Inc. Any other result means the installer is not Apple's.

Check disk integrity before you reinstall

Not a download check, but the other reason installs fail. On macOS, run First Aid from Disk Utility before erasing; on Windows, run chkdsk on the system drive while the old installation still works. Finding out the drive is failing after you have wiped it is a bad trade.

What not to do

Do not download a “verified” image from a file host whose checksum list was published by the same uploader. Do not use a downloader that fetches from several mirrors automatically. And do not install an activation tool of any kind — see the activation section of the Windows guide for what that costs.