How to Update Outdated Software on Windows (Complete 2026 Guide)

August 3, 2026

How to Update Outdated Software on Windows

You open your laptop, and there it is again — a little red badge on the Settings icon, or an app nagging you to restart. It’s tempting to click “remind me later” for the tenth time. Don’t. If you want to update outdated software on Windows properly, it takes far less time than most people assume — and skipping it is one of the easiest doors attackers walk through.

Quick answer: To update outdated software Windows, open Settings > Windows Update and install any pending OS updates, then update your individual apps either one by one or all at once using a package manager like winget or Ninite. Finally, check Device Manager for driver updates. Doing all three keeps your PC both secure and current.

Why Outdated Software Is a Bigger Risk Than You Think

Every month, Microsoft ships a security update — the July 2026 Patch Tuesday release alone patched 571 vulnerabilities that had been identified in prior months. Each of those was a potential entry point for an attacker until it was fixed. Ransomware groups don’t usually hunt for brand-new, unknown flaws; they scan the internet for machines that never installed the patch for a vulnerability disclosed months or years ago. An outdated system is, in a very literal sense, a system with the front door left ajar.

It’s not just the operating system, either. Browsers, PDF readers, and media players are some of the most commonly exploited applications precisely because people update Windows but forget everything else installed on top of it.

Quick Takeaway: Outdated Windows OS = known, published vulnerabilities left open. Outdated apps = the same problem, just less visible. Both need attention, not just one.

Step 1 — Update Windows Itself

Start with the operating system, since app updates sometimes depend on OS-level components.

  1. Press Windows key + I to open Settings.
  2. Click Windows Update in the left sidebar (on Windows 10, it’s under Update & Security).
  3. Click Check for updates.
  4. If updates are found, they’ll typically begin downloading automatically. When prompted, click Install and restart when required.

A few practical notes that most guides skip:

  • Major feature updates (like moving from 24H2 to 25H2) can need 10–20 GB of free disk space, so check your drive first if you’re on an older laptop with a small SSD.
  • On a metered connection, downloads may pause or throttle — switch to an unmetered network if updates seem frozen.
  • You need an administrator account to install updates; a standard user account will hit a permissions wall.

Checking usually takes under a minute, but on a system that’s been neglected for a long time, expect it to take longer as Windows works through a backlog of patches.

Windows Update Stuck or Not Installing? Do This

If “Check for updates” spins forever or an update fails repeatedly, the fix is almost always one of three things:

Restart the Windows Update service. Press Win + R, type services.msc, find “Windows Update” in the list, right-click it, and choose Restart.

Clear the update cache. Stop the Windows Update service, then delete the contents of C:\Windows\SoftwareDistribution\Download. This folder holds partially downloaded update files, and if one gets corrupted, Windows will simply stall instead of erroring out clearly. Restart the service afterward and try again.

Run the built-in troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run. It automatically checks for and fixes several common causes of stuck updates.

If none of that works and you’re being offered a newer feature update than Windows Update will normally deliver, the Windows Update Assistant (downloaded directly from Microsoft) can force an in-place upgrade even when the automatic path is stuck.

Step 2 — Update Your Installed Apps

Windows Update only covers the operating system and Microsoft’s own apps. Everything else — your browser, Zoom, Adobe Reader, your video editor — updates on its own schedule, and a lot of software silently stops checking for updates if it hasn’t been opened in a while.

Updating apps manually means opening each program, checking its Help or Settings menu for an “About” or “Check for updates” option, and installing what’s offered. It works, but it doesn’t scale past a handful of apps.

Microsoft Store apps update themselves through the Store app — open it, go to Library, and click Get updates.

For anything installed outside the Store, manual checking one-by-one is realistically the biggest reason people fall behind — which is exactly the gap bulk updater tools solve.

Step 3 — The Faster Way: Bulk Update Tools

This is the part most guides skip, and it’s the single biggest time-saver.

winget (Windows Package Manager) is built into modern Windows and lets you update everything it manages from one command. Open a terminal and run:

winget upgrade --all

It’s free, requires no extra install, and works well for common software — but it only updates apps it knows about, so niche or manually-installed programs may not show up.

Ninite is the simplest option for home users who don’t want to touch a command line. You pick the apps you use from a checklist on Ninite’s site, download one installer, and run it — it silently installs or updates everything selected, skipping toolbars and bundled junk. It’s not built for developer tools or enterprise audit trails, but for a typical home PC it’s close to effortless.

Patch My PC and Chocolatey sit closer to the power-user/IT-admin end: Patch My PC focuses on keeping a broad catalog of common third-party apps current (often used alongside tools like Intune in managed environments), while Chocolatey is a full package manager aimed at scripting and automation.

ToolBest forInterfaceCovers drivers?
wingetBuilt-in, quick command-line updatesCommand lineNo
NiniteHome users, one-click simplicityWeb-based installerNo
Patch My PCSmall business/IT-managed environmentsGUI + automationNo
ChocolateyPower users, scripted automationCommand lineNo

None of these four cover drivers, which brings up the part almost everyone forgets.

Don’t Forget Drivers — They’re Not the Same as Software Updates

Drivers (graphics, network, chipset, printer) usually update through Windows Update’s optional updates section, but not always the latest version, and not always promptly. To check manually: open Device Manager, right-click a device, choose Update driver, then Search automatically. For graphics drivers especially, going directly to the manufacturer’s site (NVIDIA, AMD, Intel) usually gets you a newer version faster than Windows Update does.

Outdated drivers won’t necessarily get you hacked the way an unpatched OS will, but they’re a common source of crashes, poor performance, and compatibility issues with newer software — which is its own kind of “outdated software” problem.

Still Running Windows 10? Here’s Your Real Situation in 2026

This is the part that’s changed the most recently, and it’s where a lot of older guides are now flatly wrong: Windows 10 reached end of support on October 14, 2025. If your PC is still on Windows 10 and not enrolled in anything extra, it is no longer receiving routine security patches — meaning any vulnerability discovered since that date stays open on your machine indefinitely.

You have three realistic options:

Enroll in Extended Security Updates (ESU). For consumers, Microsoft offers a free ESU path if you sign in with a Microsoft account and sync your settings, or a paid option starting around $61 for the first year (increasing in subsequent years). The consumer ESU program runs through October 12, 2027. ESU only covers critical and important security patches — no new features, no general bug fixes, no technical support.

Upgrade to Windows 11. If your hardware meets the requirements (TPM 2.0 support being the most common blocker on older machines), this is the more durable fix. Check eligibility and upgrade through Settings > Windows Update, or via the Windows Update Assistant if it isn’t offered automatically.

Consider Windows 10 LTSC editions if you have a very specific reason to stay on Windows 10 long-term — Enterprise LTSC 2021 is supported until January 2027, and IoT Enterprise LTSC 2021 until January 2032. This is a narrow, mostly business/embedded-use option, not a general recommendation for home users.

Whichever path you’re on, ESU keeps the operating system patched but does nothing for your installed apps — you still need to handle those separately using the methods above, and browser vendors in particular are expected to phase out Windows 10 support faster than the OS itself.

Automate Updates So This Never Becomes a Problem Again

The real fix isn’t a one-time cleanup — it’s making sure you don’t end up back here in six months.

  • In Windows Update, click Advanced options and make sure “Receive updates for other Microsoft products” is turned on.
  • Leave automatic updates enabled inside individual apps (browsers, PDF readers) rather than disabling background update checks for “performance.”
  • If you’re comfortable with Task Scheduler, you can set winget upgrade --all to run on a weekly schedule so bulk app updates happen without you remembering.
  • For a household with several PCs, tools like Ninite or Patch My PC scale far better than doing this manually on each machine.

Quick Takeaway: A five-minute check every week beats a two-hour cleanup every year — and it’s the only real defense against the vulnerabilities patched in each month’s security update.

Conclusion: Update Outdated Software Windows

Updating outdated software on Windows isn’t complicated, but it does have three separate layers: the operating system, your installed apps, and your drivers — and most people only handle the first one. Run through Windows Update, use winget or Ninite to catch the apps you’d otherwise forget, check Device Manager for drivers, and if you’re still on Windows 10, make a deliberate decision about ESU or upgrading rather than letting the deadline pass unnoticed. Set up automatic checks once, and this stops being a recurring chore.

IF THIS HELPED, SEE MORE SOFTWARE TIPS FOR MORE STEP-BY-STEP GUIDES.

FAQ Section

Q1: How do I update all my software on Windows at once?

There’s no single button that updates everything, but you can get close: use Windows Update for the OS, then run winget upgrade --all in a terminal or use Ninite to bulk-update your common third-party apps in one pass.

Q2: Why won’t my Windows update install?

Usually a corrupted download in the SoftwareDistribution folder or a stuck Windows Update service. Restart the service via services.msc, clear the SoftwareDistribution\Download folder, then run the built-in Windows Update troubleshooter.

Q3: Is it safe to keep using Windows 10 in 2026?

It’s riskier than before since support ended October 14, 2025. Enrolling in Extended Security Updates (ESU) restores critical security patches through October 2027, but you should still plan to upgrade or replace the device.

Q4: How do I update outdated drivers on Windows?

Open Device Manager, right-click the device, and choose Update driver > Search automatically. For graphics cards especially, checking the manufacturer’s website directly often gets you a newer driver than Windows Update offers.

Q5: Can I automate software updates on Windows?

Yes. Keep auto-update enabled in individual apps, turn on “Receive updates for other Microsoft products” in Windows Update’s advanced options, and optionally schedule winget upgrade --all to run weekly via Task Scheduler.

Q6: What happens if I don’t update Windows?

Known security vulnerabilities that Microsoft has already patched remain open on your system, making it an easier target for malware and ransomware that specifically scan for unpatched machines.

Q7: How much disk space do I need for a Windows update?

Routine monthly updates are small, but major feature updates (like a version upgrade) can require 10–20 GB of free space, so it’s worth checking your drive beforehand.

Q8: What’s the difference between Windows Update and updating my apps?

Windows Update only covers the operating system and Microsoft’s own software. Everything else you’ve installed — browsers, PDF readers, creative tools — has to be updated separately, either manually or with a tool like winget or Ninite.

Article by Daniel Carter

A technology editor and software troubleshooting specialist with over 12 years of experience creating reliable, easy-to-follow guides. Focused on software installation, system optimization, error resolution, and practical how-to tutorials that help users solve technical problems with confidence.

Leave a Comment