Windows 10 Security Updates End This October: A Marchmont Small-Office Plan

The last year of paid-for breathing room on Windows 10 runs out on 13 October. Here is how we sort a small office’s PCs into “upgrade tonight”, “fix first” and “retire” — without losing a working day.

24 September 2026 8 min read Business IT Alex M.
Small-office PCs in a Marchmont tenement being checked for Windows 11 compatibility before Windows 10 extended security updates end

Windows 10 lost mainstream support in October 2025, and a lot of small offices in Marchmont quietly enrolled their PCs in Microsoft’s Extended Security Updates (ESU) to buy a year. That year ends on 13 October 2026. After that date, a Windows 10 PC on the consumer ESU programme gets no more security patches at all — there is no second consumer year to sign up for. If your letting office on Marchmont Road, your therapy room off Warrender Park, or the two-desk consultancy working from a tenement flat still has Windows 10 machines, you have roughly three weeks to decide what happens to each one.

The good news is that this is rarely an “everything must be replaced” job. In the offices we’ve worked through this year around Marchmont, Bruntsfield and Newington, most PCs fall cleanly into one of three piles, and only one of those piles means new hardware. This guide is the triage we actually run, in the order we run it, so you can do most of it yourself and know exactly which machines need a hand. If you just want it done, that’s what our small business IT support is for.

What Actually Changes on 13 October

Nothing visible. The PCs will boot the same, Outlook will open, the accounts package will run. That is precisely the problem: an unpatched Windows 10 machine looks healthy right up to the point where a newly published vulnerability is used against it. For a business holding tenant details, client notes or payroll, running an unpatched operating system is also hard to square with UK GDPR’s “appropriate security” duty, and it is an automatic fail for Cyber Essentials if you hold or are working towards it.

Two things catch people out. First, Microsoft 365 apps keep receiving their own security updates on Windows 10 for longer than Windows itself does, so Office still updating is not a sign the PC is protected. Second, the commercial ESU programme (bought through a Microsoft licensing partner, renewable year by year) is a separate scheme from the consumer one most micro-businesses enrolled in through Settings. If you’re not sure which one a PC is on, open Settings → Windows Update: a consumer-enrolled PC says so on that page. Either way, ESU is a bridge, not a destination.

1. Run the Compatibility Check on Every PC — Properly

Install Microsoft’s PC Health Check app on each Windows 10 machine and click “Check now”. Write down the result per PC; don’t trust memory. Then, because PC Health Check only tells you that something failed, open two more tools to find out why:

  • tpm.msc (Win + R) — shows whether a TPM exists and its specification version. “Compatible TPM cannot be found” usually means it’s switched off in the firmware, not missing.
  • msinfo32 — check BIOS Mode (UEFI or Legacy) and Secure Boot State, and note the exact processor model.

Those three readings — TPM, BIOS mode, processor — decide which pile the PC goes into. Everything else on the checklist (4 GB of RAM, 64 GB of storage) is almost never the blocker on an office machine bought in the last seven years.

2. Pile One: Passes Already — Upgrade, but Back Up First

If PC Health Check is green, the machine is offered Windows 11 as an in-place upgrade through Windows Update or the Installation Assistant. Files, apps and settings come across. But before you click, take a proper backup to a drive that is then unplugged — not just “it’s all in OneDrive”. We have seen enough upgrades roll back halfway, or offices discover their OneDrive sync had quietly stopped months earlier, to insist on this every time. The pattern is the same one we described in our guide to backups that fail silently.

Do the upgrade at the end of the day, one PC at a time, and check the next morning that your line-of-business software opens, prints and saves. Windows keeps a rollback copy for 10 days (Settings → System → Recovery → Go back), so test inside that window rather than discovering on day twelve that the label printer no longer works.

3. Pile Two: Fails on a Setting, Not the Hardware

This is the pile that rescues the most machines, and it’s where most of our Marchmont work this month has landed. Two failures here are fixable in an afternoon:

  • TPM switched off. Intel machines call it PTT, AMD calls it fTPM, and on many business desktops it ships disabled. Enabling it in the firmware setup is usually a single toggle; our step-by-step guide to enabling TPM 2.0 in the BIOS covers the common menus. If BitLocker is already on, suspend it first.
  • Legacy BIOS on an MBR disk. PCs that were imaged or cloned years ago often still boot in Legacy mode, which means no Secure Boot. Microsoft’s built-in mbr2gpt /validate /allowFullOS tells you whether the disk can be converted in place; mbr2gpt /convert /allowFullOS does it, and you then switch the firmware to UEFI and enable Secure Boot. Done in the wrong order, the PC won’t boot — which is why we image the drive before touching it.

The one we see more than any other on the bench is a machine that passes the checks but still has a spinning hard drive. Windows 11 will install on it and then be miserable to use. Swapping to an SSD (and usually going to 16 GB of RAM) during the upgrade visit is one of the most worthwhile hardware upgrades an office can make, and it’s cleaner to do before the upgrade than after.

4. Pile Three: Unsupported Processor — Plan the Retirement

If the only red mark is the processor — typically Intel 7th generation or older, or first-generation AMD Ryzen — there is no setting to change. You will find registry tweaks online that force Windows 11 onto unsupported CPUs. For a home gaming PC, some people accept that trade. For a business PC holding client data, we don’t do it: Microsoft states unsupported installs aren’t entitled to updates, and the whole point of this exercise is getting back onto a guaranteed patch stream.

These machines are candidates for replacement, and the replacement is easier than people fear: we can move the user profile, email, browser data and installed-software list onto the new PC so staff sit down to something familiar. The old drive then needs wiping properly before the PC leaves the building — our data-safe guide to retiring old office PCs covers what “properly” means for a business.

A Typical Marchmont Office, Start to Finish

To make that concrete, here’s a representative job from this autumn, anonymised: a four-desk property office in a Marchmont ground-floor unit, all four PCs on Windows 10 with consumer ESU. Two passed outright and went across overnight. The third failed on TPM and Secure Boot — it had been cloned from an older machine in 2019 and was still booting Legacy. An image, an mbr2gpt conversion, two firmware toggles and an SSD later, it upgraded cleanly. The fourth had a 6th-generation i5 and was replaced.

The only real snag was on the second “easy” PC: the upgrade rolled back with error 0xC1900101, which almost always points at a driver. Microsoft’s SetupDiag tool named the culprit — an old receipt-printer driver from a till that had long since left the office. Removing it let the upgrade complete first time. That’s the judgement call a checklist won’t make for you: when an upgrade fails, read the log before reinstalling anything. A clean install is sometimes the right answer, and it’s one we’re happy to do as part of an OS installation, but it should be a decision, not a reflex.

The logistics mattered too. Daytime parking around the Marchmont streets makes a long on-site day awkward for a small office, so we did the checks and backups on one short visit, collected the two machines needing work at close of business and had them back on desks before opening. Nobody lost a day at their desk. If a laptop in the mix has other faults — a tired battery, a failing keyboard — it makes sense to fold it into the same trip through our laptop repair service in Marchmont.

What to Do This Week

  • Run PC Health Check, tpm.msc and msinfo32 on every Windows 10 PC and sort them into the three piles.
  • Back up every machine to an external drive, then disconnect it.
  • List the software each PC must run afterwards (accounts, practice management, printer and scanner drivers) and check the vendor supports it on Windows 11.
  • Upgrade pile one now; book pile two in before the deadline; order replacements for pile three so they arrive in time.

If you’re a home user rather than a business, our general Windows 10 end-of-support guide covers the options in plainer terms. For offices across Marchmont, Tollcross, Morningside and the rest of south Edinburgh, we’re happy to do the triage for you and give you a written list of which PC goes where before any work starts.

Last updated: 24 September 2026

Frequently Asked Questions

Questions Marchmont and south Edinburgh small offices ask us as Windows 10 extended security updates run out.

No. The consumer ESU programme was a single year and ends on 13 October 2026. Businesses can buy commercial ESU through a Microsoft licensing partner, renewed a year at a time, but it’s designed as a stopgap for organisations mid-migration. For a small office with a handful of PCs, upgrading or replacing is nearly always the better use of the time.

An in-place upgrade keeps files, apps and settings, and Windows keeps a rollback copy for 10 days. It still isn’t a substitute for a backup: an upgrade that fails part-way, or a drive that was already weak, is exactly when you need a copy you can trust. Back up to an external drive and unplug it before you start.

There are registry workarounds that force the install, but Microsoft says unsupported installs aren’t entitled to updates. For a business PC holding client or customer data, we don’t recommend it — the reason for moving off Windows 10 is to be back on a guaranteed security patch stream. We’d rather move the user’s profile and data onto a supported machine.

Most software that runs on Windows 10 runs on Windows 11, but older versions of accounts, practice-management and label-printing software are where we see problems. Check the vendor’s supported-systems page, and test that it opens, prints and saves on the first upgraded PC before doing the rest — inside the 10-day rollback window.

Windows 10 PCs in the Office and the Clock Ticking?

Book a Marchmont office visit and we’ll triage every PC, upgrade what can be upgraded, fix what’s blocking the rest, and plan the replacements — without losing your working day.