Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 10 / How to Get Windows 10 Extended Security Updates After End-Of-Life

September 24, 2025

How to Get Windows 10 Extended Security Updates After End-Of-Life

Support for Windows 10 will officially end on October 14, 2025, after which Microsoft will no longer provide technical assistance, feature updates, or security updates for the operating system. A lack of security updates for Windows 10 can significantly reduce system protection, increasing the risk of exploitation through new vulnerabilities and making devices more susceptible to malware, ransomware, and cyberattacks. Users are advised to either upgrade the operating system on their devices to Windows 11 if compatible, use LTSC editions, or enroll in the Windows 10 Extended Security Updates (ESU) program to continue receiving security updates and support beyond the EOL date.

Contents:
  • Windows 10 Extended Security Updates (ESU) Program Explained
  • How to Get Free Windows 10 Security Updates Until October 2026
  • ESU Enrollment Option is Not Showing on Windows 10
  • Installing Windows 10 ESU Keys Manually

Windows 10 Extended Security Updates (ESU) Program Explained

For users who want to stay on Windows 10 but continue to receive critical and important security updates, Microsoft offers the Extended Security Updates (ESU) program, which extends security update support through October 13, 2026. Under the ESU program, users can receive all critical security updates for Windows 10 for at least one year after its End-Of-Life date.

There are two ways to enroll in the Extended Security Updates (ESU) program: the Consumer ESU Program for regular retail users and the Commercial ESU Program for corporate customers.

Retail users can participate in the Windows 10 Extended Security Updates (ESU) program by enrolling through one of three options:

  • For free, if the user has configured their PC to back up settings to OneDrive (no Microsoft 365 subscription required)
  • For Microsoft Rewards points –  members of the Microsoft Rewards program can redeem 1,000 points to obtain an ESU subscription or Windows 10 at no additional cost
  • Purchase an ESU subscription through the Microsoft Store for $30.

A consumer Extended Security Updates (ESU) subscription is linked to a Microsoft account, extends security updates for only one year (not beyond October 13, 2026), is non-renewable, and can be used on up to 10 computers running Windows 10 associated with the same Microsoft account.

Enterprise customers can purchase a commercial ESU subscription, which extends their Windows 10 security updates by three years, with the price doubling each subsequent year.

  • 1 year (until 2026) – $61 per device
  • 2nd year (until 2027) – $122
  • 3rd year (until 2028) – $255

Corporate customers can purchase Commercial ESU through Microsoft Volume Licensing/CSP.

How to Get Free Windows 10 Security Updates Until October 2026

Follow these steps to activate a consumer ESU subscription on a personal computer running Windows 10 with a retail license:

  • Windows 10 22H2 must be installed on the computer (any edition: Home, Pro, Education)
  • KB5063709 (released in August 2025) or any subsequent cumulative update for Windows 10 should be installed.
  • The user has a Microsoft account (MSA) and is an administrator of the devices.
  • The computer must not be joined to an Active Directory domain or Entra ID, be used in kiosk mode, or be managed through Intune (or other MDM).
  • Backup to OneDrive is configured (via Windows Backup)
  • An ESU subscription does not include technical support for Windows 10

Once the update KB5063709 has been installed, the Enroll now button will appear under the Settings -> Windows Update. This enables you to register and activate your computer for the ESU program.

Windows 10 support ends in October 2025
Enroll in Extended Security Update to help your device secure.

Enroll in Windows 10 Extended Security Updates

Get security updates on Windows 10 after end-of-life

Upon clicking the button, you will be prompted to choose from one of the available options to participate in the ESU program.

Choose how to enroll in ESU program

Your Windows 10 device will now get critical security updates for free until October 13, 2026.

windows 10 device with ESU will get updates through October 13. 2026

The End-of-Life for Windows 10 will not impact the updating of Microsoft Defender Antivirus definitions. Definition updates for Win10 will be published via Windows Update until at least 2028.

ESU Enrollment Option is Not Showing on Windows 10

If the Enroll Now option doesn’t appear in Windows 10 (often due to the use of local accounts instead of a Microsoft account), you can manually force it to appear in order to join the Extended Security Updates program.

Make sure that the computer is not joined to an AD domain, is running the latest build of Windows 10 (22H2), and has update KB5062649 (2025–08) or a later installed (see how to list installed updates using PowerShell):

winver

winver -> latest build Windows 10 22H2

Open a command prompt and check that the ESUEligibility value is 0x0:

reg.exe query "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\ConsumerESU"

Check that the Connected User Experiences and Telemetry (DiagTrack) service is running.

sc.exe config DiagTrack start= auto
sc.exe start DiagTrack

Add the following value to the registry:

reg.exe add "HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 4011992206 /t REG_DWORD /d 2 /f

Restart the computer.

Next, open a command prompt as administrator and run the following:

cmd /c ClipESUConsumer.exe -evaluateEligibility

Open the Windows Update section in the Settings app and check that the Enroll now button appears.

cmd /c ClipESUConsumer.exe -evaluateEligibility

Sign in to your MSA account and add your device to the Extended Security Updates program.

Add device to receive Extended Security Updates

You can use the values in the HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\ConsumerESU registry key to check whether the device has been joined to the ESU program and view the result of the check.

reg.exe query "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\ConsumerESU

Possible values:

ESUEligibility:

  • 0: Unknown / Feature is not enabled
  • 1: Ineligible
  • 2: Eligible
  • 3: DeviceEnrolled
  • 5: MSAEnrolled
  • 8: LoginWithPrimaryAccountToEnroll

The ESUEligibilityResult value provides diagnostic information indicating why a device may be unable to join the Extended Security Updates program, helping administrators troubleshoot enrollment issues

  • 1: Success
  • 3: Non-Consumer edition
  • 4: Commercial device
  • 5: Non-Admin account
  • 6: Child account
  • 7: User Region is Embargoed
  • 8: Azure device
  • 11: Unknown / Feature is not enabled.

ESUEligibility and ESUEligibilityResult registry parameters

Installing Windows 10 ESU Keys Manually

Enterprise customers must activate ESU subscriptions on their managed Windows 10 devices after purchasing them by installing the ESU keys.

Install the ESU product key you received, which functions as a Multiple Activation Key (MAK) for Windows activation.

slmgr.vbs /ipk <ESU MAK>

Select the appropriate Activation ID based on the duration of the Windows 10 Extended Security Updates (ESU) program you have purchased. Here are the Activation IDs for each ESU year:

  • Win10 ESU Year 1 (Client-ESU-Year1): f520e45e-7413-4a34-a497-d2765967d094
  • Win10 ESU Year 2 (Client-ESU-Year2): 1043add5-23b1-4afb-9a0f-64343c8f3f8d
  • Win10 ESU Year 3 (Client-ESU-Year3): 83d49986-add3-41d7-ba33-87c7bfb5c0fb

Activate Windows using the ESU key:

slmgr.vbs /ato <Activation ID>

Check the Windows activation status (it should change to Licensed, and the product key to Client-ESU-Year1 add on, VOLUME_MAK_channel):

slmgr.vbs /dlv

slmgr - check windows activation status and ESU add-on

After completing the activation process, your Windows 10 computer will be able to receive security updates either directly through Windows Update or via a WSUS server.

Additionally, it is technically possible to activate an ESU subscription via the TSforge option of the Massgrave tool. It is important to note that this method violates Microsoft’s licensing agreement and is considered illegal

irm https://get.activated.win | iex

Join ESU using TSforge in massgrave

0 comment
0
Facebook Twitter Google + Pinterest
Questions and AnswersWindows 10
previous post
Blocking NTLM Connections on Windows 11 and Windows Server 2025

Related Reading

Configuring RemoteApps Hosted on Windows 10/11 (without Windows...

January 25, 2025

Fix: Windows Update Tab (Button) is Missing from...

December 16, 2024

Check the Software Installation/Removal History in Windows

October 8, 2024

Bridging Multiple Network Interfaces on Windows

November 21, 2024

How to Prefer IPv4 over IPv6 in Windows...

April 15, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 23, 2025

Restrict the Allowed Logon Time for Local Users...

January 3, 2025

Enable Automatic System Registry Backup on Windows 10/11

January 21, 2025

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Blocking NTLM Connections on Windows 11 and Windows Server 2025

    September 23, 2025
  • Windows Stucks at ‘Getting Windows Ready, Don’t Turn Off Computer’

    September 15, 2025
  • Clean Up ETL Log Files in ProgramData

    September 9, 2025
  • Fix: Slow Startup of PowerShell Console and Scripts

    September 3, 2025
  • DPI Scaling and Font Size in RDP (RDS) Session

    August 27, 2025
  • Proxmox: Share a Host Directory with VMs via VirtioFS

    August 18, 2025
  • How to Find AD Users with Blank Passwords (Password-Not-Required)

    July 24, 2025
  • Run Elevated Commands with Sudo on Windows 11

    July 16, 2025
  • Find a Process Causing High Disk Usage on Windows

    July 15, 2025
  • Fix: Microsoft Defender Not Updating Automatically in Windows

    July 8, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection
  • How to Add or Reinstall the Microsoft PDF Printer on Windows
  • Fix: Multiple Connections to a Server or Shared Resources by the Same User
  • How to Pause (Delay) Update Installation on Windows 11 and 10
  • Hardware Graphics Acceleration Causes Visual Glitches in Microsoft Office Apps
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top