Close Menu
    What's Hot

    How to Fix and Prevent Prompt Injection in Custom AI Agents

    January 20, 2026

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026
    Facebook X (Twitter) YouTube LinkedIn
    Facebook X (Twitter) YouTube LinkedIn
    SysprobsSysprobs
    • Tech Guides
      • Windows
        • Windows 11
        • Windows 10
        • Windows Servers
      • Virtualization
        • VirtualBox
        • VMware
        • Hyper-V
        • Server Virtualization
        • VirtualBox Images
      • PC
        • Linux
        • macOS
        • Hackintosh
        • MS Office
      • Pro IT Tips
        • Internet
        • MS Exchange
        • Fintech
    • Reviews
      • Gadgets
        • Android
        • iPhone
    • Security & Privacy
      • IT Security
    • Trading Gear
      • Laptops
    SysprobsSysprobs
    Home»Windows»Windows 10»How to Disable Windows 10 Automatic Updates Permanently on Home PC

    How to Disable Windows 10 Automatic Updates Permanently on Home PC

    DineshBy DineshUpdated:July 2, 2020
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Windows Update in previous Windows OS releases was easy to manage. But from Windows 10 onwards it is not possible to do that easily i.e. end-user cannot disable or stop this feature from the control panel or settings options available in Windows Update.

    In this article, we will talk about the ways to disable Windows 10 automatic updates permanently or how we can stop Windows Update for temporarily getting downloaded. Catch us after the jump.

    Why Do We Need to Disable Windows 10 Update?

    It is always recommended to install updates on any Microsoft Operating Systems including the Windows 10 on your home PC. Because, usually it comes with the security updates, bug fixes for any vulnerabilities, drivers update, new features, and enhancements. So, why to miss them?

    Windows 10 Auto Update Image

    But in a few cases, you may need to disable the auto Windows updates. Here are the possible reasons.

    • The recent update is causing issues on the Windows 10 computers. That is the talk of the town. So, you are waiting for Microsoft to fix and release another update.
    • Your existing hardware and programs may not work with the latest update.
    • Your PC doesn’t have enough space on C drive to download and install the updates. So, you need to disable the auto-update for sometimes till your clear disk space.
    • You are doing something important on the PC and it can’t be rebooted any time soon. So, you need to delay the auto-update and install.
    • You always update Windows 10 manually during the major releases only. So, do not want to install minor updates automatically.

    The list can go on like this, but whatever reasons, we have the solution to disable Windows 10 updates permanently or temporarily.

    Three Ways to Disable Windows 10 Update Permanently:

    1. Disable Windows Update using Windows Settings
    2. Using Windows 10 Services (services.msc)
    3. By editing Windows 10 Registry using regedit

    Before we begin, we would like to inform making changes to Windows OS may break/damage the PC permanently, hence it is always advised to take a backup of the OS using Windows Restore Point creator or third-party tools.

    Steps to Disable Windows 10 Automatic updates

    1) Disable Windows Update – Windows Settings:

    This is one of the easiest ways to disable Windows Update on Windows 10 OS.  In this method, the system will disable the updates for a limited period.

    • Go to Start -> Type “settings”
    • Click on “Update and Security” option -> “Windows Update” option
    Update Settings
    • Go to “Advanced Options”
    Advanced Update Settings
    • Select under “Pause Updates” section, the duration for which you want to disable the updates  
    Pause Update Settings
    • Once done with the above step, the system will not receive any Updates for that period
    • The length of disabling the updates can be increased/decreased at any point of time based on the requirement.

    2) Disable Windows 10 Update – Using Services.msc:

    • Press Windows + R key on the keyboard to open “Run” Window
    • Type “services.msc” -> enter
    • Look for “Windows Update” and “Windows Update Medic Service”
    Services
    • Select “Windows Update” -> Right-click -> Properties-> Startup Type -> select “disabled” -> Apply-> OK
    Win Update
    • Repeat the above step for “Windows Update Medic Service”
    • Voila! You have successfully disabled Windows Update on Windows 10 permanently.  

    3) By Editing Windows 10 Registry using regedit:

    There are two ways to restrict Windows 10 Update via registry i.e. limiting the update download and disabling updates permanently.

    By limiting the update, the user can prevent updates for getting installed automatically and the user can pick which one they want to install.

    Limiting the Updates using regedit:

    • Press Windows + R key on the keyboard to open “Run” Window
    • Type “regedit” -> enter
    Regedit
    • Click on HKEY_LOCAL_MACHINE folder -> Software -> Polices-> Microsoft-> Windows
    • Now you will reach here HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
    • Click on “Windows” folder that you have selected in the previous step
    • Do a Right click -> New -> Key
    Regedit Path 1
    • Enter the name as “WindowsUpdate” and enter to save
    • Now select “WindowsUpdate” and right click -> New -> Key
    • Give a name for Key as “AU” (automatic update)-> enter to save. So, you will have the keys like below now.
    AU Key
    • Click on the white area on the right-hand side of the registry editor Window -> Right click -> New -> DWORD (32-bit) Value
    • Repeat the above step and this time name the Key as “AUOptions” (automatic update options)-> Enter
    • Here comes the interesting part, double click on the two keys you have created, and it will ask to change the value as Value Data
    • Enter the value in Value Data field as:

    2 – To notify for download and install updates
    3 – To auto-download Windows Update and notify the user for installation
    4 – Will automatically download Updates and installation will be scheduled
    5 – Value 5 is for local admin users to choose and manage Windows Update settings  

    • After picking the relevant value of your choice, enter in “ValueData” field for “AU” and “AUOptions” and hit enter save.
    Disable Windows 10 Automatic Updates by registry
    • Close registry editor Window and restart the computer

    Disabling Windows Updates using regedit:

    These settings are to completely disable the Windows 10 auto-updates. We need to visit the same place in Registry as mentioned in the earlier step and change the keys.

    • Press Windows + R key on the keyboard to open “Run” Window
    • Type “regedit” -> enter
    • Navigate to HKEY_LOCAL_MACHINE-> Software -> Polices -> Microsoft -> Windows
    • Click on “Windows” folder that you have selected in the previous step
    • Do a Right click -> New -> Key
    • Enter the name as “WindowsUpdate” and enter to save
    • Now select “WindowsUpdate” and right click -> New -> Key
    • Give a name for Key as “AU” (automatic update)-> enter to save
    • Click on the white area on the right-hand side of the registry editor Window -> Right click -> New -> DWORD (32-bit) Value
    • Create a new key on the right side of the registry Window -> New -> “NoAutoUpdate” -> Enter
    • Open each newly created Key’s “NoAutoUpdate” / “WindowsUpdate” and change their current value from “0” to “1” -> Press “Ok”
    Windows Update Au Options
    • Close the registry editor window and restart the computer

    Apart from above-listed methods, there are some advanced methods to disable Windows Update like by editing Group Policy.

    This method is more commonly used by the administrator in school/college/institutions to enable/disable Windows Updates. Editing Group Policy brings in more control over any other ways to manage a task for devices running on Windows OS. We’ll cover this method in our future post.

    Wrapping Up

    There were times when Windows user didn’t want to keep their computer up to date with Windows Update and it was working fine. But, from Windows 10 onwards users were forced to keep their PC up to date because Microsoft moved Windows OS from Standalone to Windows as a Service i.e. WAAS. In which any new update or feature or new releases will be made available. 

    By moving from Standalone to Windows as a Service i.e. WAAS Microsoft has made it clear that they are not going to roll out another version of Windows OS. In place of that, they are going to keep updating the current Windows 10 build and add more features as they move forward.

    Microsoft is also planning to move their current purchase model of the new OS from standalone to Subscription-based which will bring transparency in terms of revenue growth.

    Do let us know how you liked this post also share your valuable feedback and comments to improve this platform.

    Windows 10 windows 10 troubleshoot
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Dinesh
    • Website

    Dinesh is the founder of Sysprobs and written more than 400 articles. Enthusiast in Microsoft and cloud technologies with more than 15 years of IT experience.

    Related Posts

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026

    How to Calibrate Your Monitor for Accurate Colour on Windows

    July 19, 2025

    How to Delete NVIDIA MessageBus Logs in Windows 11/10

    June 21, 2025

    How to Set 12-Hour Clock in Windows 10/11 (From 24-hour)

    June 9, 2025

    11 Games like Overwatch you Must Play in 2024

    January 16, 2024

    10 Best Android Emulator for Windows PC in 2024

    January 16, 2024

    2 Comments

    1. Aaron Kelley on September 26, 2019 11:49 pm

      Note. Disabling the Windows Update service will also break the Microsoft Store on your PC.

      This is the best way that I have found.
      * Go to C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator
      * Find the file “Reboot” and remove/delete it. (This is the task that actually kicks off reboots after updates are done.)
      * Create a folder in the same location named “Reboot” — This prevents Windows from automatically recreating the file.

      With this setup, Windows will still install updates but the user is in control of when the reboots happen.

      • Dinesh on September 27, 2019 10:13 am

        That is a good point. Thank you!

    Top Posts

    Network Stack BIOS – What is it, and Should I enable it?

    December 15, 2025

    Windows 10 Network Slow? 11 Easy Ways to Make it Fast (Win 8.1/7 Too)

    May 17, 2019

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025
    Don't Miss

    How to Fix and Prevent Prompt Injection in Custom AI Agents

    January 20, 2026

    Prompt injection doesn’t break AI systems the way a buffer overflow breaks code. It convinces…

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025
    Stay In Touch
    • Facebook
    • YouTube
    • Twitter
    • LinkedIn
    Latest Posts

    How to Fix and Prevent Prompt Injection in Custom AI Agents

    January 20, 2026

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026
    INFORMATION
    • About
    • Contact Us
    • Privacy Policy
    ABOUT

    Established in 2007, Sysprobs is a trusted resource for IT professionals and System Administrators. We bridge the gap between enterprise infrastructure and the future of fintech security. From Windows virtualization to Blockchain node management, we provide technical guides for the modern digital economy.

    POPULAR SECTION

    WINDOWS 11
    WINDOWS 10
    VIRTUALIZATION
    IT SECURITY
    PRO IT TIPS

     

    Sysprobs
    Facebook X (Twitter) YouTube LinkedIn
    • Home
    • Windows
    • Cloud
    • Security & Privacy
    © 2026 SYSPROBS: System Security & Fintech Solutions. Protected by Cloudflare.

    Type above and press Enter to search. Press Esc to cancel.