{"id":60,"date":"2009-01-10T21:02:47","date_gmt":"2009-01-10T16:02:47","guid":{"rendered":"http:\/\/www.devicedriverfinder.com\/blog\/?p=60"},"modified":"2023-02-08T18:00:53","modified_gmt":"2023-02-08T13:00:53","slug":"how-to-disable-power-management-for-usb-root-hubs","status":"publish","type":"post","link":"https:\/\/www.devicedriverfinder.com\/blog\/device-drivers\/how-to-disable-power-management-for-usb-root-hubs","title":{"rendered":"How To Disable Power Management For USB Root Hubs"},"content":{"rendered":"\n<p>In some cases, USB devices may stop working, and in worse cases, a complete <a href=\"http:\/\/en.wikipedia.org\/wiki\/Usb_hub\" target=\"_blank\" rel=\"noopener\">USB hub<\/a> may stop working. USB problems are always unwelcome, but if things are working fine and suddenly USB devices do not work anymore or are not recognized, troubleshooting can prove difficult. This article has some tips regarding USB Root Hubs that might help.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Use the Device Manager to Change USB Hub Settings<\/h2>\n\n\n\n<p>If you have tried rebooting, unplugging and re-plugging, and reinstalling all necessary USB device drivers, then you might want to try disabling the power management on the USB Root Hubs in Windows. This method works just the same in all Windows versions, from Windows XP to Windows 11. Although many changes have taken place through the history of Windows, luckily the core aspects and usage of the Device Manager have remained the same.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the Windows <strong>Start <\/strong>menu, select <strong>Run<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Run <\/strong>dialog box, type <strong><code>devmgmt.msc<\/code><\/strong> and click <strong>OK <\/strong>or press <strong>Enter<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Device Manager<\/strong>, locate and open the <strong>Universal Serial Bus controllers<\/strong> branch.<\/li>\n\n\n\n<li>You should now see several <strong>USB Root Hub<\/strong> entries.<\/li>\n\n\n\n<li>Right-click the first of the <strong>USB Root Hub<\/strong> entries, and in the popup menu select <strong>Properties<\/strong>.<br><img loading=\"lazy\" decoding=\"async\" title=\"USB Root Hub in Device Manager\" class=\"alignnone\" style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"http:\/\/www.devicedriverfinder.com\/images\/usb-root-hub-properties.jpg\" alt=\"USB Root Hubs\" width=\"407\" height=\"400\"><\/li>\n\n\n\n<li>In the <strong>USB Root Hub Properties<\/strong> dialog box, select the <strong>Power Management<\/strong> tab.<\/li>\n\n\n\n<li>Clear the checkbox named &#8220;<strong>Allow the computer to turn off this device to save power<\/strong>&#8220;, and click <strong>OK<\/strong>.<br><img loading=\"lazy\" decoding=\"async\" title=\"USB Power Management\" style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"http:\/\/www.devicedriverfinder.com\/images\/usb-power-management.jpg\" alt=\"USB power management\" width=\"423\" height=\"467\"><\/li>\n\n\n\n<li>Repeat steps 5 to 7 for all <strong>USB Root Hub<\/strong> entries.<\/li>\n\n\n\n<li>Now close the <strong>Device Manager<\/strong> and restart your computer.<\/li>\n<\/ol>\n\n\n\n<p>Hopefully, the USB problems will disappear after this. If not, you can of course turn power management on again. If the USB problems do disappear, you can try to enable the power management for each of the USB Root Hubs again to save power (especially on laptops,&nbsp; notebooks, and tablets). By doing it one by one you can try to identify the problematic USB hub. Do keep in mind that this requires you to keep your USB devices plugged into the same USB ports!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disable selective suspend mode<\/h2>\n\n\n\n<p>Microsoft wrote these steps in a knowledge base article specifically for printers, but they can apply to other devices as well. A second option is to disable the suspend mode for USB host controllers by editing the Windows registry, which can be tried if disabling the power management did not solve your problems.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the Windows <strong>Start <\/strong>menu, select <strong>Run<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Run <\/strong>dialog box, type <strong><code>regedit<\/code><\/strong> and click <strong>OK <\/strong>or press <strong>Enter<\/strong>.<\/li>\n\n\n\n<li>In the Registry Editor, navigate to <strong>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\<code>Services<\/code><\/strong>.<\/li>\n\n\n\n<li>Right-click in the right-hand pane and in the context menu click <strong>New<\/strong> and then click <strong>Key<\/strong>.<br><picture><source srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-services.jpg.webp 803w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-services-300x193.jpg.webp 300w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-services-768x494.jpg.webp 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\" type=\"image\/webp\"><img loading=\"lazy\" decoding=\"async\" width=\"803\" height=\"517\" class=\"wp-image-805 webpexpress-processed\" style=\"width: 803px;\" src=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-services.jpg\" alt=\"Regedit add services key\" srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-services.jpg 803w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-services-300x193.jpg 300w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-services-768x494.jpg 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\"><\/picture><\/li>\n\n\n\n<li>Type &#8220;<strong>USB<\/strong>&#8221; for the new key name and press <strong>Enter<\/strong>.<\/li>\n\n\n\n<li>With the new <strong>USB <\/strong>key selected in the left-hand pane, right-click in the right-hand pane again and click <strong>New<\/strong>.<\/li>\n\n\n\n<li>Now select <strong>DWORD Value<\/strong>.<br><picture><source srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-new-usb-key.jpg.webp 803w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-new-usb-key-300x118.jpg.webp 300w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/regedit-new-usb-key-768x303.jpg.webp 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\" type=\"image\/webp\"><img loading=\"lazy\" decoding=\"async\" width=\"803\" height=\"317\" class=\"wp-image-806 webpexpress-processed\" style=\"width: 803px;\" src=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-new-usb-key.jpg\" alt=\"Add USB value to registry\" srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-new-usb-key.jpg 803w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-new-usb-key-300x118.jpg 300w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/regedit-new-usb-key-768x303.jpg 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\"><\/picture><\/li>\n\n\n\n<li>Type &#8220;<strong>DisableSelectiveSuspend<\/strong>&#8221; for the name of the new DWORD Value.<\/li>\n\n\n\n<li>Double-click the new <strong>DisableSelectiveSuspend<\/strong>&nbsp;entry to edit it.<\/li>\n\n\n\n<li>Change the <strong>Value data<\/strong> from <strong>0<\/strong> to <strong>1<\/strong> and click <strong>OK<\/strong>.<br><picture><source srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/disable-selective-suspend.jpg.webp 331w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/webp-express\/webp-images\/uploads\/2009\/01\/disable-selective-suspend-300x180.jpg.webp 300w\" sizes=\"auto, (max-width: 331px) 100vw, 331px\" type=\"image\/webp\"><img loading=\"lazy\" decoding=\"async\" width=\"331\" height=\"199\" class=\"wp-image-804 webpexpress-processed\" style=\"width: 331px;\" src=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/disable-selective-suspend.jpg\" alt=\"Disable Selective Suspend\" srcset=\"https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/disable-selective-suspend.jpg 331w, https:\/\/www.devicedriverfinder.com\/blog\/wp-content\/uploads\/2009\/01\/disable-selective-suspend-300x180.jpg 300w\" sizes=\"auto, (max-width: 331px) 100vw, 331px\"><\/picture><\/li>\n\n\n\n<li>Close the Registry Editor.<\/li>\n<\/ol>\n\n\n\n<p>Adding the registry key with the value <strong>1<\/strong> will disable the selective suspend mode for all USB host controllers in the PC. As mentioned earlier, keep in mind that this will affect the battery life of a portable system. To re-enable the selective suspend, change the value for <strong>DisableSelectiveSuspend<\/strong>&nbsp;to <strong>0<\/strong>, or simply remove the DWORD Value from the Windows Registry altogether. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Remove all power to reset USB Root Hubs<\/h2>\n\n\n\n<p>As a last tip to troubleshoot USB device errors, consider powering off your system and completely removing all power sources. That means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>unplug the power cable when using a desktop computer<\/li>\n\n\n\n<li>unplug the power cable and remove the battery for laptops and notebooks<\/li>\n<\/ul>\n\n\n\n<p>Leave the power off for a few minutes and then plug things back on. This has been reported to fix a number of issues with USB devices that suddenly did not work or were not recognized anymore.<\/p>\n\n\n\n<p>Related: <a href=\"https:\/\/www.devicedriverfinder.com\/blog\/device-drivers\/how-to-check-usb-power-usage\">how to check the power usage for USB devices<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problems with USB devices are frequently caused by power problems. Unplugging a USB device may result in another USB device not working, or Windows returning from hibernation causes USB devices to be &#8216;unknown&#8217;. Disabling power management on USB Root Hubs can help.<\/p>\n","protected":false},"author":11,"featured_media":724,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[11,10],"class_list":["post-60","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-device-drivers","tag-power-management","tag-usb"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/posts\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":9,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/posts\/60\/revisions"}],"predecessor-version":[{"id":863,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/posts\/60\/revisions\/863"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/media\/724"}],"wp:attachment":[{"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/media?parent=60"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/categories?post=60"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devicedriverfinder.com\/blog\/wp-json\/wp\/v2\/tags?post=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}