{"id":9022,"date":"2024-01-31T00:07:44","date_gmt":"2024-01-31T00:07:44","guid":{"rendered":"https:\/\/cheapwindowsvps.com\/blog\/troubleshooting-tips-how-to-fix-the-action-center-not-opening-issue-on-windows-10-and-11\/"},"modified":"2025-01-20T11:42:15","modified_gmt":"2025-01-20T11:42:15","slug":"troubleshooting-tips-how-to-fix-the-action-center-not-opening-issue-on-windows-10-and-11","status":"publish","type":"post","link":"https:\/\/cheapwindowsvps.com\/blog\/troubleshooting-tips-how-to-fix-the-action-center-not-opening-issue-on-windows-10-and-11\/","title":{"rendered":"Troubleshooting Tips: How to Fix the Action Center Not Opening Issue on Windows 10 and 11"},"content":{"rendered":"<p><p>The Action Center in Windows 10 and 11 delivers various notifications from both system and user apps. Plus, it offers quick buttons for enabling or disabling many Windows features like Wi-Fi, <a href=\"https:\/\/woshub.com\/how-to-create-a-wi-fi-access-point-on-windows-10\/\" rel=\"nofollow noopener\" target=\"_blank\">mobile hotspot<\/a>, Bluetooth, and more. At times, its icon disappears from the tray, making it impossible to access the Action Center on Windows. This guide illustrates how to reinstall the Action Center when it won&#8217;t open.<\/p>\n<\/p>\n<p><p>Firstly, attempt to launch the Action Center with the <code>Win+A<\/code> command. If the Action Center panel pops up, you likely only need to activate the Action Center tray icon via Settings.<\/p>\n<\/p>\n<p><p>Press <code>Win+I<\/code> and navigate to <strong>Personalization<\/strong> -&gt; <strong>Taskbar<\/strong>. To quickly access these settings, use the <a href=\"https:\/\/woshub.com\/ms-settings-uri-commands-windows-11\/\" rel=\"nofollow noopener\" target=\"_blank\">URI command<\/a>: <code>ms-settings:taskbar<\/code>.<\/p>\n<\/p>\n<p><p>Scroll down and check that the Action Center option is enabled in <code>Turn system icons on or off<\/code> section.<\/p>\n<\/p>\n<p><p>Then go to the notification settings (Settings -&gt; System -&gt; Notification and Actions: <code>ms-settings:notifications<\/code> ).<\/p>\n<\/p>\n<p><p>Here you can enable or disable the Action Center and select apps that are allowed to show notifications through the Action Center.<\/p>\n<\/p>\n<p><p>Try restarting the File Explorer process if the Action Center is enabled in Settings but you cannot open it. Kill the exporer.exe process using the Task Manager.<\/p>\n<\/p>\n<p><p>Or restart the process using PowerShell:<\/p>\n<\/p>\n<p><pre><\/p><p>taskkill \/f \/FI \"USERNAME eq $env:UserName\"\/im explorer.exe<br> <\/p><p>c:windowsexplorer.exe<\/p><p><\/pre>\n<\/p>\n<p><div> Try to <a href=\"https:\/\/woshub.com\/how-to-run-file-explorer-elevated\/\" rel=\"nofollow noopener\" target=\"_blank\">start the elevated File Explorer process as an administrator<\/a>.<\/div>\n<\/p>\n<p><p>If this doesn\u2019t help, check whether you have a local policy that disables Action Center in Windows.<\/p>\n<\/p>\n<ol>\n<li>Open the <a href=\"https:\/\/woshub.com\/group-policy-editor-gpedit-msc-for-windows-10-home\/\" rel=\"nofollow noopener\" target=\"_blank\">Local Group Policy Editor<\/a> (<code>gpedit.msc<\/code>).<\/li>\n<li>Go to User Configuration -&gt; Administrative Templates -&gt; Start Menu and Taskbar;<\/li>\n<li>Check that the <strong>Remove Notifications and Action Center<\/strong> option is disabled or not configured.<\/li>\n<\/ol>\n<p><div> If your <a href=\"https:\/\/woshub.com\/add-computer-to-active-directory-domain\/\" rel=\"nofollow noopener\" target=\"_blank\">computer is added to an Active Directory domain<\/a>, the domain GPOs may disable Action Center on your computer. Use <code>rsop.msc<\/code> or <a href=\"https:\/\/woshub.com\/diagnose-group-policies-issues-with-gpresult\/\" rel=\"nofollow noopener\" target=\"_blank\">gpresult<\/a> command to get the resulting GPO settings on the computer and check that Action Center is not disabled by domain GPOs.<\/div>\n<\/p>\n<p><p>The Action Center can also be deactivated via the registry. The <strong>DisableNotificationCenter<\/strong> value in the following registry keys is the one to check:<\/p>\n<\/p>\n<ul>\n<li><code>HKEY_CURRENT_USERSOFTWAREPoliciesMicrosoftWindowsExplorer<\/code><\/li>\n<li><code>HKLMSoftwarePoliciesMicrosoftWindowsExplorer<\/code><\/li>\n<\/ul>\n<p><p>If the value of the DisableNotificationCenter parameter is <strong>1<\/strong>, the Action Center is disabled. However, it can be enabled again using the command:<\/p>\n<\/p>\n<p><p><code>REG ADD HKEY_CURRENT_USERSOFTWAREPoliciesMicrosoftWindowsExplorer \/v DisableNotificationCenter \/t REG_DWORD \/d 0 \/f<\/code><\/p>\n<\/p>\n<div>\n<p>In some instances, the inconsistencies with the Action Center might be due to mistakes in the Windows Store or the Settings app. Read this <a href=\"https:\/\/woshub.com\/settings-app-wont-open-crashes-windows\/\" rel=\"nofollow noopener\" target=\"_blank\"> article <\/a> to learn how you can correct the Settings app in case it refuses to open. You can attempt to re-register all the MS Store apps by utilizing manifest files via the PowerShell one-liner:<\/p>\n<p><code> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)AppXManifest.xml\"} <\/code><\/p>\n<p>This could also be solved by resetting the user environment configurations in the <strong> UsrClass.dat <\/strong> file. You can simply rename this file in the <code> %localappdata%MicrosoftWindows folder <\/code> and then log back into your Windows to recreate the file or use PowerShell:<\/p>\n<\/div>\n<p><p><code>Rename-Item \"$env:localappdataMicrosoftWindowsUsrClass.dat\u201d oldUsrClass.dat \u2013Force<\/code><\/p>\n<\/p>\n<p><p>If nothing helps, use the <a href=\"https:\/\/woshub.com\/dism-cleanup-image-restorehealth\/\" rel=\"nofollow noopener\" target=\"_blank\">DISM and SFC commands to check the Windows image health<\/a>:<\/p>\n<\/p>\n<p><p><code>DISM \/Online \/Cleanup-Image \/RestoreHealth<br \/> sfc \/scannow<\/code><\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Action Center in Windows 10 and 11 delivers various notifications from both system and user apps. Plus, it offers quick buttons for enabling or disabling many Windows features like Wi-Fi, mobile hotspot, Bluetooth, and more. At times, its icon disappears from the tray, making it impossible to access the Action Center on Windows. This [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9022","post","type-post","status-publish","format-standard","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/comments?post=9022"}],"version-history":[{"count":1,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9022\/revisions"}],"predecessor-version":[{"id":10198,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9022\/revisions\/10198"}],"wp:attachment":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media?parent=9022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/categories?post=9022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/tags?post=9022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}