[Windows 10 Tip] Change Maximum Days Limit to Pause Windows Updates Installation

Recently we discussed about a weird problem found in some Windows 10 machines. Suddenly the days limit to pause Windows updates installation changed from 35 days to 7 days only:

Pause Updates Option Changed from 35 Days to 7 Days in Windows 10

Pause_Windows_10_Updates_7_Days_Only.png

Advertisement

You can use pause updates feature using Settings app -> Update & security -> Windows Update page and click on “Advanced Options” link given at the bottom in right-side pane. Alternatively, You can also directly launch the advanced options page of Windows Update settings using “ms-settings:windowsupdate-options” command in RUN dialog box as mentioned here.

It was strange to see that some machines were allowing users to pause updates for 35 days without any problem but some other machines were showing that updates can be paused up to 7 days only. All machines were up to date and having same build numbers.

After investigating the issue for two days, finally I was able to find out the culprit. Actually the maximum number of days to pause updates are defined by a DWORD present in Windows registry and this DWORD is labeled as “FlightSettingsMaxPauseDays“.

Flight_Settings_Max_Pause_Days_7_Days.png

The Windows 10 machines which are showing 7 days limit to pause updates, contain this DWORD in registry with a value of 7 and the machines which are showing previous 35 days limit, don’t contain this DWORD. So basically this DWORD decides the maximum number of days to pause updates in Windows 10. It seems to me that Windows 10 automatically creates this DWORD in registry after diagnosing recent updates status on user’s machine.

If your Windows 10 device is restricting the days limit to pause updates to 7 days only, you can reset the days limit to 35 days by simply deleting this DWORD from registry.

The interesting thing is that you can change the value of this DWORD to any desired number and it’ll reflect the days limit to pause updates in Windows Update settings. So you can pause updates in Windows 10 up to any desired number of days.

Advertisement

Check out following steps to reset or change days limit to pause updates installation in Windows 10:

1. Press “WIN+R” key combination to launch RUN dialog box then type regedit and press Enter. It’ll open Registry Editor.

2. Now go to following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings

3. In right-side pane, look for following DWORD:

FlightSettingsMaxPauseDays

To Reset Days Limit to 35 Days:

If your Windows 10 machine is showing 7 days limit, delete the FlightSettingsMaxPauseDays DWORD from registry. Now check Windows Update advanced options page and it’ll start showing 35 days limit to pause updates.

Days_Limit_Pause_Updates_35_Days_Windows_10.png

To Customize Days Limit to Desired Number:

Double-click on FlightSettingsMaxPauseDays DWORD and change its value to any desired number. For example you can set its value to 100. While changing the value set the Base as Decimal and then enter the value. In following screenshot, we have set the value to 365:

Flight_Settings_Max_Pause_Days_365_Days.png

If you don’t see this DWORD in registry, you’ll need to create it manually.

And when we checked Windows Update advanced options page, it started showing days limit to 365 days as shown in following screenshot:

Days_Limit_Pause_Updates_365_Days_Windows_10.png

Similarly we changed the value of DWORD to 99999999 using Hexadecimal base and it changed the days limit to pause updates in Windows Update advanced options page to 2576980377 days as shown in following screenshot:

Unlimited_Days_Limit_Pause_Updates_Windows_10.png

It is unclear to me whether this tweak to change days limit will work forever or not as I don’t use pause updates feature in Windows 10.

Published in: Windows 10

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. Thanks, VG 🙂
    I deleted the DWORD and got back 35 days limit
    In the same way, can we edit active hours it has maximum 18 hours limit

  2. I don’t get “\WindowsUpdate\UX\Settings” on my Win 10 system, only …..\WindowsUpdate.

    My Win 10 version is 1511 10586 1007 – is that why?

  3. Hi,
    I tried this solution and everything seemed fine (creators update 1703). It showed “Updates are paused until 2090”, so enough time for the world to end.
    I changed 2 registery folders:

    My reg files, which i put in the registery with batch file, are.

    File 1
    ——————————————-
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
    “PausedFeatureStatus”=dword:00000001
    “PausedQualityStatus”=dword:00000001
    ——————————————-

    File 2
    ——————————————–
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    “ActiveHoursEnd”=dword:00000011
    “ActiveHoursStart”=dword:00000008
    “BranchReadinessLevel”=dword:00000010
    “DeferFeatureUpdatesPeriodInDays”=dword:00000000
    “DeferQualityUpdatesPeriodInDays”=dword:00000000
    “ExcludeWUDriversInQualityUpdate”=dword:00000000
    “LastToastAction”=dword:00000000
    “RestartNotificationsAllowed”=dword:00000000
    “UxOption”=dword:00000000
    “PauseFeatureUpdatesStartTime”=”2016-12-08T10:20:00Z”
    “PauseQualityUpdatesStartTime”=”2016-12-08T10:20:00Z”
    “PauseUpdatesExpiryTime”=”2090-01-18T10:20:00Z”
    “PauseFeatureUpdatesEndTime”=”2090-01-18T10:20:00Z”
    “PauseQualityUpdatesEndTime”=”2090-01-18T10:20:00Z”
    “FlightSettingsMaxPauseDays”=dword:99999999

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings\FirstOccurrenceOfReadyToReboot]
    ——————————————–

    But windows still found a way to push new feature update (creators update 1709) on my machine..
    Probably there are more registery folders which need to be changed..
    If someone has any clue, I would be glad to hear it.

    Cheers

  4. Thanks VG for the tutorial. It was necessary to paused the windows update for a longer period than the limited 07 days. The simple registry tweak has worked perfectly (I changed to 365 days) and I now can pause the update for 365 days.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.