How to Put Microsoft Office to Sleep in Windows 10

Photo of author

By Victor Ashiedu

Published

Wondering how to put Microsoft Office to sleep in Windows 10? If Microsoft Office is consuming resources on your computer you can use one of the methods in this guide to stop it from running in the background.

Option 1: Put Microsoft Office to Sleep Using Windows Settings

  1. Right-click Windows 10 Start menu and select Settings.
  1. Then, on Windows 10 Settings page, click the Privacy category.
How To Put Microsoft Office To Sleep From Windows Settings
  1. When the General page of the Privacy settings page opens, scroll down the left pane and click Background apps.
  1. Finally, when the Background apps page opens, scroll down the list of the apps. Then locate Office and toggle the switch from On to Off.
How To Put Microsoft Office To Sleep From Windows Settings

Option 2: Stop Office from Running on the Background Using the Registry

If you followed the steps in the last section, when you toggled the button beside “Office” from Off to On, Windows automatically created a registry key.

You can also create this registry entry directly on the Windows registry. To use this method, follow the steps below:

  1. Search registry, then open Registry Editor from the search result.
  1. When Registry Editor opens, navigate to the path below…
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe
How To Put Microsoft Office To Sleep From Windows Registry
  1. Then, right-click Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe, point to New and select DWORD (32-bit) Value. A new value called “New Value #1” will be created.
  1. Next, right-click New Value #1 and select Rename. Then, rename it to DisabledByUser.
How To Put Microsoft Office To Sleep From Windows Registry
  1. Finally, double-click DisabledByUser. When it opens for editing, change the value from 0 to 1 and click OK.

Once you complete the steps in this section, Microsoft Office will be out to sleep…

Option 3: Put Microsoft Office to Sleep With Windows PowerShell

You can also stop Microsoft Office from running on the background using Windows PowerShell. To do this with PowerShell, open Windows PowerShell and run the command below…

Get-ChildItem -Path Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications | Where-Object {$_.Name -like "Microsoftoffice"} | New-ItemProperty -Name DisabledByUser -Value 1 -PropertyType DWORD -Force

The command runs and creates a registry DWORD value, DisabledByUser in the path below:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe

Additionally, the command sets the value of DisabledByUser to 1.

How To Put Microsoft Office To Sleep With Windows PowerShell

Option 4: Use My PowerShell Script (Set-Windows10AppToSleep)

To make it easy to put Put Microsoft Office and other Windows 10 apps to sleep with PowerShell, www.itechguides.com created a PowerShell function called Set-Windows10AppToSleep.

To download the function, click Set-Windows10AppToSleep.zip. Then, unzip the file.

Before you run the command, first unblock the file, then import the module with the commands below:

Unblock-File C:\Users\VictorA\Downloads\Set-Windows10AppToSleep\Set-Windows10AppToSleep\Set-Windows10AppToSleep.ps1
Import-module C:\Users\VictorA\Downloads\Set-Windows10AppToSleep\Set-Windows10AppToSleep\Set-Windows10AppToSleep.ps1
Change the path to the location of the Set-Windows10AppToSleep.ps1 in your computer.

Finally, to put an app to sleep, for example microsoftoffice, run the command below:

Set-Windows10AppToSleep -ApplicationName microsoftoffice

You can also check the sleep status of the application with the command below:

Set-Windows10AppToSleep -ApplicationName microsoftoffice -GetAppSleepState

The command will return the current state of the application…

Moreover, you can take the app off sleep with the command below…

Set-Windows10AppToSleep -ApplicationName microsoftoffice -TakeAppOffSleep

After taking the app off sleep state, if you check the state now, it will report that the app is not set to sleep.

Set-Windows10AppToSleep -ApplicationName microsoftoffice -GetAppSleepStat
PowerShell Script To Put Windows 10 Apps To Sleep

Conclusion

By default, some apps (including Microsoft Office) run in the background. This can consume resources and slow down your PC.

To speed up your PC, you can configure Office to stop running in the background. In this guide, I discussed 4 methods to do this, starting from Windows Settings to Registry and PowerShell.

Thank you for stopping by.

Before you leave, kindly respond to the “Was this page helpful?” question below to let us know your thoughts about this guide. Your feedback means a lot to us as it helps us improve our content to give you the best.

Finally, for more Windows 10 Itechguides, visit our WINDOWS 10 HOW-TO page. You may also find our Work from Home page very helpful.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

2 thoughts on “How to Put Microsoft Office to Sleep in Windows 10”

    • Derek,

      Thanks for your question. Please follow the steps in this guide. You can use the steps in the first section.

      Reply

Leave a comment

Send this to a friend