<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Troubleshooting &#8211; Memory&#039;s Tech Tips</title>
	<atom:link href="https://memstechtips.com/windows/windows-troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>https://memstechtips.com</link>
	<description>I help you understand tech with clear and memorable guides.</description>
	<lastBuildDate>Wed, 27 May 2026 09:17:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://memstechtips.com/wp-content/uploads/2025/05/cropped-Memory-Logo-black-on-white-3-32x32.png</url>
	<title>Windows Troubleshooting &#8211; Memory&#039;s Tech Tips</title>
	<link>https://memstechtips.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>7 PowerShell Commands EVERY Windows User Should Know!</title>
		<link>https://memstechtips.com/powershell-commands-every-windows-user-should-know/</link>
					<comments>https://memstechtips.com/powershell-commands-every-windows-user-should-know/#respond</comments>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Fri, 15 May 2026 13:15:00 +0000</pubDate>
				<category><![CDATA[Windows Optimization]]></category>
		<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=11877</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/05/youtube-mPd76WWFO8U.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/powershell-commands-every-windows-user-should-know/">7 PowerShell Commands EVERY Windows User Should Know!</a></p>
<p>These seven PowerShell commands cover the things most Windows users end up needing — full system specs, bulk app updates, killing runaway processes, removing Microsoft bloatware, restarting the print spooler,...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/powershell-commands-every-windows-user-should-know/">7 PowerShell Commands EVERY Windows User Should Know!</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/05/youtube-mPd76WWFO8U.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/powershell-commands-every-windows-user-should-know/">7 PowerShell Commands EVERY Windows User Should Know!</a></p>

<p class="wp-block-paragraph">These seven PowerShell commands cover the things most Windows users end up needing — full system specs, bulk app updates, killing runaway processes, removing Microsoft bloatware, restarting the print spooler, checking active network connections, and chaining DISM with SFC and an automatic restart. Every command works on Windows 10 and Windows 11 with the built-in Windows PowerShell 5.1 — no install, no PowerShell 7 required.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: May 13, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="7 PowerShell Commands EVERY Windows User Should Know!" width="720" height="405" src="https://www.youtube-nocookie.com/embed/mPd76WWFO8U?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">7 PowerShell Commands Every Windows User Should Know</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>Get-ComputerInfo</strong> returns full system specs (CPU, RAM, BIOS, Windows edition, install date) without installing a third-party tool.</li>



<li><strong>winget upgrade &#8211;all &#8211;accept-package-agreements &#8211;accept-source-agreements</strong> updates every winget-managed app on the system in one command, with no Y/N prompts.</li>



<li><strong>Get-Process | Sort-Object CPU -Descending | Select-Object -First 5</strong> shows the top five CPU hogs even when Task Manager is too slow to open.</li>



<li><strong>Get-AppxPackage</strong> piped to <strong>Remove-AppxPackage</strong> removes built-in Microsoft apps (including the Microsoft Store) that the Settings app refuses to uninstall.</li>



<li><strong>Restart-Service spooler</strong> restarts the print spooler in one line — much faster than opening the Services panel.</li>



<li><strong>Get-NetTCPConnection -State Established</strong> and <strong>netstat -nob</strong> together show every active network connection and which app owns it — useful for privacy checks and malware detection.</li>



<li>Chaining commands with semicolons (<strong>DISM ; SFC ; shutdown /r /t 0</strong>) runs DISM, then SFC, then auto-restarts the PC — no manual steps between each phase.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Right-click the Start button and pick <strong>Terminal (Admin)</strong> on Windows 11, or search for <strong>Windows PowerShell</strong> and run as administrator on Windows 10.</li>



<li>Run <code>Get-ComputerInfo</code> for full system specs.</li>



<li>Run <code>winget upgrade --all --accept-package-agreements --accept-source-agreements</code> to update everything at once.</li>



<li>Run <code>Get-Process | Sort-Object CPU -Descending | Select-Object -First 5</code> to find the top CPU consumers, then <code>Stop-Process -Name "ProcessName"</code> to kill one.</li>



<li>Run <code>Get-AppxPackage -Name "Microsoft.WindowsStore" | Remove-AppxPackage</code> to uninstall built-in apps Settings won&#8217;t remove.</li>



<li>Run <code>Restart-Service spooler</code> to fix print spooler problems instantly.</li>



<li>Run <code>Get-NetTCPConnection -State Established</code> and <code>netstat -nob</code> to see every active network connection and which app owns it.</li>



<li>Chain DISM, SFC, and a restart in one shot: <code>DISM /Online /Cleanup-Image /RestoreHealth ; SFC /scannow ; shutdown /r /t 0</code>.</li>
</ol>



<h2 class="wp-block-heading">A Quick Note on PowerShell 5.1 vs PowerShell 7</h2>



<p class="wp-block-paragraph">Windows 10 and Windows 11 both ship with <strong>Windows PowerShell 5.1</strong> built in. Every command in this guide runs in that version — you do not need to install PowerShell 7. PowerShell 7+ is a newer, cross-platform release of the same shell, and it is worth having for advanced scripting, but it is a separate install.</p>



<p class="wp-block-paragraph">If you do want PowerShell 7, the official Microsoft documentation on <a href="https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows" target="_blank" rel="noreferrer noopener">installing PowerShell on Windows</a> walks through the supported install methods, and the latest builds live on the <a href="https://github.com/PowerShell/PowerShell/releases" target="_blank" rel="noreferrer noopener">PowerShell GitHub releases page</a>. For everything below, the built-in shell is enough.</p>



<h2 class="wp-block-heading">How to Open Windows PowerShell as Administrator</h2>



<p class="wp-block-paragraph">On Windows 11, right-click the Start button and choose <strong>Terminal (Admin)</strong>. Windows Terminal opens to a Windows PowerShell tab by default, already elevated. On Windows 10, search for <strong>Windows PowerShell</strong> in the Start menu (not <em>Windows PowerShell ISE</em>), right-click it, and pick <strong>Run as administrator</strong>.</p>



<p class="wp-block-paragraph">If you don&#8217;t see Terminal or PowerShell in the Start button menu, the search method works on every supported version of Windows 10 and Windows 11. Hold <strong>Ctrl</strong> and scroll up on the mouse wheel inside the window to enlarge the font — small thing, but it makes a real difference if you&#8217;re working through a long output.</p>



<h2 class="wp-block-heading">Command 1: Get-ComputerInfo — Full System Specs in One Line</h2>



<p class="wp-block-paragraph">When you need a full breakdown of a PC — CPU, RAM, BIOS version, Windows edition, install date, OS language, architecture — and you don&#8217;t want to install Speccy or another third-party tool, run this:</p>



<pre class="wp-block-code"><code>Get-ComputerInfo</code></pre>



<p class="wp-block-paragraph">The command dumps everything in one long block. You&#8217;ll see the Windows Edition ID (Professional, Home, Enterprise), the OS display version (e.g. 25H2), BIOS information, OS architecture (64-bit or 32-bit), and the OS language. On a virtual machine you&#8217;ll see VM-reported hardware; on bare metal you&#8217;ll see the real CPU and motherboard details.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> The output is long. Pipe it into <code>more</code> (<code>Get-ComputerInfo | more</code>) to page through it, or filter to specific properties — for example <code>Get-ComputerInfo | Select-Object OsName, OsVersion, CsTotalPhysicalMemory</code> — when you only want a few fields.</p>
</blockquote>



<h2 class="wp-block-heading">Command 2: winget upgrade — Update Every App Without the Prompts</h2>



<p class="wp-block-paragraph">winget is Microsoft&#8217;s built-in package manager — it ships pre-installed and works out of the box on Windows 11. To list every app on the system that has a winget update available:</p>



<pre class="wp-block-code"><code>winget upgrade</code></pre>



<p class="wp-block-paragraph">That just shows the list. To actually install all of them in one shot, with no Y/N prompts, run:</p>



<pre class="wp-block-code"><code>winget upgrade --all --accept-package-agreements --accept-source-agreements</code></pre>



<p class="wp-block-paragraph">The two <code>--accept</code> flags are what make this hands-off. Without them, winget pauses at every package and waits for you to type Y. With them, it just downloads and installs the lot one after another, and reports back when it is done.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note:</strong> winget only updates apps that exist in the winget repository. Anything you installed manually from a vendor&#8217;s site that isn&#8217;t in winget will be invisible to this command. On a fresh Windows 10 install, winget may not be present yet — Windows 11 has it ready by default.</p>
</blockquote>



<h2 class="wp-block-heading">Command 3: Find the Top CPU Hogs (and Kill One) Without Task Manager</h2>



<p class="wp-block-paragraph">When the PC is so slow that Task Manager won&#8217;t even open, PowerShell can still tell you what is eating the CPU. This command grabs every process, sorts by CPU usage descending, and shows the top five:</p>



<pre class="wp-block-code"><code>Get-Process | Sort-Object CPU -Descending | Select-Object -First 5</code></pre>



<p class="wp-block-paragraph">Once you have a process name from that output, end it without going anywhere near Task Manager:</p>



<pre class="wp-block-code"><code>Stop-Process -Name "msedge"</code></pre>



<p class="wp-block-paragraph">Replace <code>msedge</code> with the process name shown by <code>Get-Process</code>. Run the get-process command again afterwards to confirm it is gone. In a computer repair context this combination is gold — when a system is so loaded that the GUI is unresponsive, you can still free resources from the shell.</p>



<h2 class="wp-block-heading">Command 4: Remove Built-in Microsoft Apps (Even the Ones Settings Won&#8217;t Touch)</h2>



<p class="wp-block-paragraph">The Microsoft Store, Xbox Game Bar, and several other built-in apps don&#8217;t expose an Uninstall option in <strong>Settings &gt; Apps &gt; Installed apps</strong>. PowerShell does. First, find the exact package name with a wildcard search — the example below looks for anything with &#8220;store&#8221; in the name:</p>



<pre class="wp-block-code"><code>Get-AppxPackage -Name "*store*"</code></pre>



<p class="wp-block-paragraph">That returns full package details for every match. Copy the exact <strong>Name</strong> field of the package you want to remove (for example <code>Microsoft.WindowsStore</code>), then pipe it into <code>Remove-AppxPackage</code>:</p>



<pre class="wp-block-code"><code>Get-AppxPackage -Name "Microsoft.WindowsStore" | Remove-AppxPackage</code></pre>



<p class="wp-block-paragraph">That removes the package for the current user. To remove it for every user account on the machine, add <code>-AllUsers</code>:</p>



<pre class="wp-block-code"><code>Get-AppxPackage -Name "Microsoft.WindowsStore" -AllUsers | Remove-AppxPackage -AllUsers</code></pre>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Heads-up:</strong> Some system packages are protected and won&#8217;t remove no matter what. If a removal fails, leave that one alone — forcing it usually breaks more than it fixes. The Store example above is for demonstration; do not uninstall the Microsoft Store unless you have a specific reason and know how to get it back.</p>
</blockquote>



<p class="wp-block-paragraph">This is exactly how debloating tools work under the hood — they build a list of package names and run the same <code>Get-AppxPackage</code> / <code>Remove-AppxPackage</code> pair against each one. If you&#8217;d rather not type these out for every app you want gone, my <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance app</a> wraps this whole process in a UI, with the option to keep removed apps from coming back after Windows updates. There&#8217;s also a written walkthrough of <a href="https://memstechtips.com/remove-windows-bloatware-without-third-party-software/">removing Windows bloatware without third-party software</a> if you want to stay fully manual.</p>



<h2 class="wp-block-heading">Command 5: Restart-Service spooler — Fix Printer Problems in One Line</h2>



<p class="wp-block-paragraph">Anyone who has supported printers knows the routine: search for &#8220;services,&#8221; wait for the Services panel to open, scroll to Print Spooler, right-click, restart. PowerShell collapses all of that into:</p>



<pre class="wp-block-code"><code>Restart-Service spooler</code></pre>



<p class="wp-block-paragraph">It runs silently — no confirmation message — so to verify the service came back up, check its state:</p>



<pre class="wp-block-code"><code>Get-Service spooler</code></pre>



<p class="wp-block-paragraph">If a print job is stuck in the queue, restarting alone usually isn&#8217;t enough — you need to stop the spooler, clear the stuck jobs from <code>C:\Windows\System32\spool\PRINTERS</code>, then start it again:</p>



<pre class="wp-block-code"><code>Stop-Service spooler
# clear stuck files in C:\Windows\System32\spool\PRINTERS
Start-Service spooler</code></pre>



<p class="wp-block-paragraph">The same <code>Get-Service</code>, <code>Restart-Service</code>, <code>Stop-Service</code>, and <code>Start-Service</code> cmdlets work for any Windows service — replace <code>spooler</code> with the service name. Hours of repair-shop time would have been saved if I&#8217;d known about these earlier.</p>



<h2 class="wp-block-heading">Command 6: See Every Active Network Connection and Who Owns It</h2>



<p class="wp-block-paragraph">For privacy checks, malware investigation, or just curiosity about what your PC is talking to, this PowerShell-native command lists every established TCP connection along with the local and remote address, ports, and the owning process ID:</p>



<pre class="wp-block-code"><code>Get-NetTCPConnection -State Established</code></pre>



<p class="wp-block-paragraph">That gives you process IDs, but not the friendly app name. The older <code>netstat</code> command fills that gap — run it alongside the PowerShell version to see exactly which executable owns each connection:</p>



<pre class="wp-block-code"><code>netstat -nob</code></pre>



<p class="wp-block-paragraph">The <code>-nob</code> flags display addresses numerically and show the owning executable for each connection. You&#8217;ll see entries like <code>msedge.exe</code>, <code>svchost.exe</code>, and the start menu host process, each tied to specific connections. For some lower-level connections Windows may not surface the owning process — that&#8217;s normal and not a sign of anything wrong.</p>



<p class="wp-block-paragraph">Used together, these two commands are pure gold for diagnosing whether a system is reaching out to anything it shouldn&#8217;t. If you suspect malware, pair them with the steps in my <a href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">Windows troubleshooting guide</a> and a full system scan.</p>



<h2 class="wp-block-heading">Command 7: Chain DISM, SFC, and an Auto-Restart in One Shot</h2>



<p class="wp-block-paragraph">The classic Windows repair flow is well known: run DISM to repair the component store, then run SFC to repair system files using that good source, then restart. The annoying part is that you have to babysit it — wait for DISM to finish, run SFC, wait again, then remember to restart.</p>



<p class="wp-block-paragraph">You can chain all three with semicolons in PowerShell so the next command runs automatically as soon as the previous one finishes:</p>



<pre class="wp-block-code"><code>DISM /Online /Cleanup-Image /RestoreHealth ; SFC /scannow ; shutdown /r /t 30</code></pre>



<p class="wp-block-paragraph">The <code>;</code> tells PowerShell &#8220;when this command finishes, run the next one.&#8221; DISM goes first because it repairs the source files SFC pulls from. SFC then uses that repaired source to fix damaged system files. Once both finish, <code>shutdown /r /t 30</code> reboots the PC after a 30-second countdown so you can read the scan results before the restart.</p>



<p class="wp-block-paragraph">Set the <code>/t</code> value to whatever fits your workflow:</p>



<ul class="wp-block-list">
<li><code>/t 0</code> — restart immediately when both scans finish</li>



<li><code>/t 30</code> — 30-second window to glance at the scan output</li>



<li><code>/t 300</code> — five-minute window if you want to read the full SFC report</li>
</ul>



<p class="wp-block-paragraph">If you&#8217;d rather kick off the chain and walk away, <code>/t 0</code> is the cleanest option. For a deeper walkthrough on what these commands actually fix, see my guide on <a href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">fixing the Blue Screen of Death on Windows 10 and 11</a>, which uses the same DISM and SFC flow.</p>



<h2 class="wp-block-heading">Want a UI Instead of Typing Commands?</h2>



<p class="wp-block-paragraph">If the bloatware-removal command is what you came for and you&#8217;d rather not maintain a list of package names by hand, my free open-source app <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> handles it at scale through a proper interface. You can pick which apps to remove, save the removal scripts so apps stay gone after Windows updates reinstall them, and apply optimizations the same way. The full project (and downloads) lives at <a href="https://winhance.net" target="_blank" rel="noreferrer noopener">winhance.net</a>.</p>



<p class="wp-block-paragraph">For a broader collection of &#8220;every Windows user should know&#8221; tools that pair well with these PowerShell commands, my <a href="https://memstechtips.com/5-powertoys-every-windows-user-should-know/">PowerToys guide</a> covers Microsoft&#8217;s official utility set — different category, similar spirit.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Do I need PowerShell 7 to run these commands?</h3>



<p class="wp-block-paragraph">No. Every command in this guide runs in Windows PowerShell 5.1, which is built into Windows 10 and Windows 11 by default. PowerShell 7 is a newer cross-platform release and worth installing for advanced scripting, but it is not required for any of these commands.</p>



<h3 class="wp-block-heading">Why does Stop-Process or Remove-AppxPackage say &#8220;access denied&#8221;?</h3>



<p class="wp-block-paragraph">You&#8217;re running PowerShell as a standard user. Both commands need elevated rights. Close the window, right-click the Start button on Windows 11 and pick <strong>Terminal (Admin)</strong>, or right-click <strong>Windows PowerShell</strong> in the Start menu on Windows 10 and pick <strong>Run as administrator</strong>.</p>



<h3 class="wp-block-heading">Can I undo Remove-AppxPackage if I uninstalled the wrong app?</h3>



<p class="wp-block-paragraph">Most built-in apps can be reinstalled from the Microsoft Store. The Microsoft Store itself is the trickiest case — if you removed it, the recovery path is documented in my guide on <a href="https://memstechtips.com/install-missing-microsoft-store-windows-10-11/">reinstalling the Microsoft Store on Windows 10 and 11</a>. Always test removal commands on a virtual machine or a non-critical install first.</p>



<h3 class="wp-block-heading">Does winget upgrade &#8211;all update everything on my PC?</h3>



<p class="wp-block-paragraph">It updates every app that has a winget package and an available newer version. Apps you installed by downloading an installer from the vendor&#8217;s website are not tracked by winget unless they ship a winget package, so those won&#8217;t be updated by this command. For Windows itself, use Windows Update — winget does not handle OS updates.</p>



<h3 class="wp-block-heading">Is it safe to chain DISM, SFC, and a restart in one command?</h3>



<p class="wp-block-paragraph">Yes. The semicolon chain runs each command sequentially — the next one only starts when the previous one exits cleanly. DISM and SFC are Microsoft&#8217;s own repair tools, designed to be run together in this exact order. The auto-restart at the end simply applies any fixes that need a reboot, which is the same step you&#8217;d run manually.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/powershell-commands-every-windows-user-should-know/">7 PowerShell Commands EVERY Windows User Should Know!</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://memstechtips.com/powershell-commands-every-windows-user-should-know/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</title>
		<link>https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/</link>
					<comments>https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/#respond</comments>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 17:00:00 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=11393</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/03/youtube-1jMK3ZoG4gg.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</a></p>
<p>To fix the blue screen of death (BSOD) in Windows 10 or 11, start by identifying what changed recently — new hardware, software, or driver updates are the most common...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/03/youtube-1jMK3ZoG4gg.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</a></p>

<p class="wp-block-paragraph">To fix the blue screen of death (BSOD) in Windows 10 or 11, start by identifying what changed recently — new hardware, software, or driver updates are the most common causes. Then work through driver rollbacks, RAM testing, disk health checks, and system file repair to resolve the issue.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: March 31, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix You Need!)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/1jMK3ZoG4gg?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>Drivers cause 70% of all blue screens</strong> — graphics and network drivers are the most common culprits</li>



<li><strong>Most BSODs are fixable without replacing hardware</strong> — driver rollbacks, system file repair, and Windows updates resolve the vast majority of cases</li>



<li><strong>Use BlueScreenView (free)</strong> to read your crash dump and identify the exact driver or process that caused the crash</li>



<li><strong>Work through fixes in order</strong>: undo recent changes, fix drivers, test RAM, check disk health, repair system files, Safe Mode, clean install</li>



<li><strong>If BSODs persist after a clean install</strong>, you are looking at faulty hardware — RAM, SSD/HDD, GPU, or motherboard</li>
</ul>



<p class="wp-block-paragraph"><strong>Quick Steps:</strong></p>



<ol class="wp-block-list">
<li>Undo any recent hardware or software changes</li>



<li>Roll back or update problematic drivers in Device Manager</li>



<li>Test your RAM with Windows Memory Diagnostic or MemTest86</li>



<li>Check disk health with Check Disk and manufacturer tools</li>



<li>Run <code>DISM /Online /Cleanup-Image /RestoreHealth</code> then <code>sfc /scannow</code> to repair corrupt system files</li>



<li>Boot into Safe Mode or use System Restore if Windows won&#8217;t start normally</li>



<li>Clean install Windows as a last resort</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">What Causes the Blue Screen of Death in Windows?</h2>



<p class="wp-block-paragraph">A blue screen of death (BSOD) means Windows encountered a critical error that prevents it from running safely. Rather than risk corrupting your files, Windows stops everything and displays an error screen with a stop code that identifies the problem. On newer versions of Windows 11 (24H2 and later), this screen appears black instead of blue, but the troubleshooting process is identical.</p>



<p class="wp-block-paragraph">I spent over 10 years fixing blue screens in my computer repair shop, and the good news is that 90% of them are caused by the same few things. Here is the breakdown of the most common causes:</p>



<ul class="wp-block-list">
<li><strong>Drivers (70% of all BSODs)</strong> — Bad, outdated, or recently updated drivers, especially graphics and network drivers. Common stop codes: <code>IRQL_NOT_LESS_OR_EQUAL</code>, <code>DRIVER_IRQL_NOT_LESS_OR_EQUAL</code></li>



<li><strong>RAM/Memory (15%)</strong> — Faulty, failing, or incompatible RAM sticks you might not know about. Common stop codes: <code>PAGE_FAULT_IN_NONPAGED_AREA</code>, <code>KERNEL_SECURITY_CHECK_FAILURE</code></li>



<li><strong>Disk/Storage (10%)</strong> — Failing hard drive or SSD with bad sectors or file system corruption. Common stop codes: <code>KERNEL_DATA_INPAGE_ERROR</code>, <code>CRITICAL_PROCESS_DIED</code></li>



<li><strong>Software (5%)</strong> — Antivirus conflicts, bad Windows updates, unstable overclocks, or software that corrupts system files. Common stop codes: <code>SYSTEM_SERVICE_EXCEPTION</code>, <code>DPC_WATCHDOG_VIOLATION</code></li>
</ul>




<iframe src="https://memstechtips.com/interactive/bsod-causes.html" style="width:100%;aspect-ratio:16/9;border:none;border-radius:8px;overflow:hidden;display:block;margin:0 auto;" loading="lazy" title="Interactive: The 4 Causes of Blue Screen of Death"></iframe>





<p class="wp-block-paragraph">Despite the name, a blue screen of death usually does not mean your computer is dying. In most cases, it is a software issue that is completely fixable.</p>



<h2 class="wp-block-heading">How to Identify What Caused Your Blue Screen</h2>



<p class="wp-block-paragraph">Windows saves a crash dump file every time a blue screen occurs, and a free tool called <a href="https://www.nirsoft.net/utils/blue_screen_view.html" target="_blank" rel="noopener">BlueScreenView by NirSoft</a> can read these dumps and tell you exactly what went wrong. Download the zip file from the official NirSoft page, extract it, and launch the application.</p>



<p class="wp-block-paragraph">BlueScreenView displays a list of every blue screen your computer has experienced. The two most important columns are the <strong>Bug Check String</strong> (the stop code, like <code>CRITICAL_PROCESS_DIED</code>) and the <strong>Caused By Driver</strong> column, which identifies the exact driver or executable that failed critically.</p>



<p class="wp-block-paragraph">With this information, you can search for the specific stop code or driver name online, or ask an AI assistant to help you troubleshoot. But if you would rather skip the crash dump analysis, the fixes below are organized from most common to least common cause and will work regardless of your specific stop code.</p>



<iframe src="https://memstechtips.com/interactive/bsod-fixes.html" style="width:100%;aspect-ratio:16/9;border:none;border-radius:8px;overflow:hidden;display:block;margin:0 auto;" loading="lazy" title="Interactive: BSOD Troubleshooting Order"></iframe>



<h2 class="wp-block-heading">Fix 1: Undo Recent Hardware or Software Changes</h2>



<p class="wp-block-paragraph">In my computer repair shop, the first question I always asked customers was: <strong>what changed recently?</strong> This single question solved the majority of blue screen cases because the answer almost always points directly to the cause.</p>



<p class="wp-block-paragraph"><strong>New hardware:</strong> If you recently installed a new graphics card, RAM, SSD, hard drive, or even a USB peripheral and the blue screens started right after, remove or disconnect what you added and boot up again. If the blue screens stop, the hardware is either faulty, incompatible with your system, or was not installed properly. Try reinstalling it once more — if the blue screens return, replace it or return it.</p>



<p class="wp-block-paragraph"><strong>New software:</strong> If you recently installed a new program, antivirus, VPN, or overclocking utility and the blue screens began right after, uninstall that software and see if the problem goes away.</p>



<p class="wp-block-paragraph"><strong>Windows Update:</strong> If the blue screens started after a Windows update, navigate to <strong>Settings &gt; Windows Update &gt; Update History &gt; Uninstall Updates</strong> and remove the most recent update. This is more common than most people think — bad Windows updates have caused widespread blue screen issues multiple times, including as recently as <a href="https://memstechtips.com/windows-11-january-2026-update-causing-issues/">January 2026</a>.</p>



<p class="wp-block-paragraph">This is usually the quickest and easiest fix, and it normally does not require any special tools.</p>



<h2 class="wp-block-heading">Fix 2: Roll Back or Update Problematic Drivers</h2>



<p class="wp-block-paragraph">Drivers account for nearly 70% of all blue screens in Windows, making them the single most common cause. Graphics drivers and network drivers are the most frequent culprits, but any driver that was recently updated or corrupted can trigger a BSOD.</p>



<p class="wp-block-paragraph">To troubleshoot drivers, right-click the Start button and open <strong>Device Manager</strong>. Here you can see every driver category — display adapters (GPU), network adapters, disk drives, and more.</p>



<p class="wp-block-paragraph">If you know or suspect which driver is causing the issue (BlueScreenView can tell you this), navigate to that device in Device Manager, right-click it, select <strong>Properties</strong>, go to the <strong>Driver</strong> tab, and click <strong>Roll Back Driver</strong>. You will be prompted for a reason — select any option and click Yes. This reverts to the previous driver version, which is often more stable.</p>



<p class="wp-block-paragraph">If the Roll Back Driver option is grayed out, use <strong>Update Driver &gt; Search automatically for drivers</strong> instead. Windows will check for a newer, potentially more stable driver and install it if available.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Windows Update can install driver updates without your knowledge. Check <strong>Settings &gt; Windows Update &gt; Update History</strong> to see if any drivers were recently updated. If they were, you can roll them back in Device Manager using the steps above.</p>
</blockquote>



<p class="wp-block-paragraph">I have dedicated tutorials that show you exactly how to install or update drivers. Check them out if you need more help:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Install Drivers on Windows 10/11 (Beginner Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/Pw6xZuR_yE8?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Install Drivers on Windows 10/11</figcaption></figure>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to EASILY Install or Update Drivers on Windows (Snappy Driver Installer Origin)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/lx9KGvXJO9o?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Install Missing Drivers on Windows with Snappy Driver Installer Origin</figcaption></figure>



<p class="wp-block-paragraph">You can also read my written guides on <a href="https://memstechtips.com/how-to-install-drivers-windows-10-11/">how to install drivers on Windows 10/11</a> and <a href="https://memstechtips.com/install-missing-drivers-windows-snappy-driver-installer-origin/">how to install missing drivers using Snappy Driver Installer Origin</a>.</p>



<h2 class="wp-block-heading">Fix 3: Test Your RAM for Errors</h2>



<p class="wp-block-paragraph">Faulty RAM is the second most common cause of blue screens, and your computer could have a bad memory stick without showing any obvious symptoms other than occasional crashes. Windows includes a built-in tool called the <strong>Windows Memory Diagnostic</strong> that can test for memory errors.</p>



<p class="wp-block-paragraph">Search for &#8220;Windows Memory Diagnostic&#8221; in the Start menu and open it. Select <strong>Restart now and check for problems</strong>. Your computer will restart and display a diagnostic screen that tests your RAM for errors. This process can take quite a while depending on how much memory you have — just be patient and let it complete.</p>



<p class="wp-block-paragraph">If the diagnostic tool crashes during the test, that is a strong indicator that your RAM is faulty. If you have multiple RAM sticks, you will need to remove all but one and test each stick individually to identify which one is bad.</p>



<p class="wp-block-paragraph">Once the test completes and the computer restarts, if you do not see results automatically, open <strong>Event Viewer</strong> (search for it in the Start menu), navigate to <strong>Windows Logs &gt; System</strong>, click <strong>Find</strong>, and search for <code>MemoryDiagnostics-Results</code> (this is case sensitive — type it exactly). The results entry will tell you whether any errors were detected.</p>



<p class="wp-block-paragraph">The built-in Windows Memory Diagnostic is a decent starting point, but it is not the most thorough test available. For a definitive RAM test, I always recommend <strong>MemTest86</strong>, which runs outside of Windows and catches errors the built-in tool can miss. I have an in-depth tutorial on how to use it:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Test Your RAM for Errors! (memtest86 Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/KAgSZ1ljKKQ?list=PL8RYOts8u1UvgbnRel9CcL7XbaECDVYA1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Test RAM for Errors with MemTest86</figcaption></figure>



<p class="wp-block-paragraph">Read the full written guide on <a href="https://memstechtips.com/how-to-test-ram-errors-windows-memtest86/">how to test RAM for errors with MemTest86</a>.</p>



<h2 class="wp-block-heading">Fix 4: Check Your Hard Drive or SSD Health</h2>



<p class="wp-block-paragraph">If your RAM tests come back clean, the next thing to check is your storage drives. A failing hard drive or SSD with bad sectors or file system corruption can cause blue screens with stop codes like <code>KERNEL_DATA_INPAGE_ERROR</code> or <code>CRITICAL_PROCESS_DIED</code>.</p>



<p class="wp-block-paragraph">To run a disk check, right-click the Start button and open <strong>Terminal</strong> or <strong>PowerShell as Admin</strong>. Run the following command:</p>



<pre class="wp-block-code"><code>chkdsk C: /f /r</code></pre>



<p class="wp-block-paragraph">Replace <code>C:</code> with whatever drive letter you want to test. If you have multiple drives, test each one. When prompted, type <strong>Y</strong> and press Enter to schedule the check for the next restart. Restart your computer, and when you see the message about skipping disk checking — do not press any key. Let it run the full check.</p>



<p class="wp-block-paragraph">If your computer crashes during the Check Disk process, that is a strong sign that the drive is failing and may need to be replaced.</p>



<p class="wp-block-paragraph">Check Disk is a good start, but it can only detect certain types of errors — it cannot check for physical issues or predict drive failure. For a more thorough test, I recommend using your SSD manufacturer&#8217;s diagnostic software, or the <strong>SeaTools</strong> desktop edition which works with any hard drive or SSD brand:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Test Your Hard Drive or Solid State Drive for Errors!" width="720" height="405" src="https://www.youtube-nocookie.com/embed/cbVhSLoktRQ?list=PL8RYOts8u1UvgbnRel9CcL7XbaECDVYA1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Test Hard Drive and SSD Health</figcaption></figure>



<p class="wp-block-paragraph">Read the full guide on <a href="https://memstechtips.com/test-hard-drive-ssd-health-seagate-crystal-disk/">how to test your hard drive or SSD health</a>.</p>



<h2 class="wp-block-heading">Fix 5: Repair Corrupt Windows System Files</h2>



<p class="wp-block-paragraph">Corrupt Windows system files can cause blue screens even when your hardware is perfectly healthy. Windows includes two built-in repair tools — DISM and SFC — that can scan for and fix corrupted files automatically. Run these commands in order from an <strong>Admin Terminal or PowerShell</strong> (right-click the Start button to open it).</p>



<p class="wp-block-paragraph"><strong>First, run the DISM command:</strong></p>



<pre class="wp-block-code"><code>DISM /Online /Cleanup-Image /RestoreHealth</code></pre>



<p class="wp-block-paragraph">This scans the Windows component store for corruption and repairs it using Windows Update as a source for clean files. It can take 10-30 minutes depending on your system — be patient and let it finish completely.</p>



<p class="wp-block-paragraph"><strong>Then, run the SFC command:</strong></p>



<pre class="wp-block-code"><code>sfc /scannow</code></pre>



<p class="wp-block-paragraph">This performs a second verification pass on all protected system files. It is faster than DISM and will tell you if it found and repaired any corrupt files. After running both commands, restart your computer and check if the blue screens have stopped.</p>



<h2 class="wp-block-heading">Fix 6: Boot into Safe Mode and Use System Restore</h2>



<p class="wp-block-paragraph">If you have reached this point, your system probably will not boot normally and you are stuck in a blue screen loop during startup. When this happens, Windows should automatically bring you to the <strong>Windows Recovery Environment</strong> after a few failed boot attempts.</p>



<p class="wp-block-paragraph"><strong>To enter Safe Mode:</strong> From the Recovery screen, go to <strong>Troubleshoot &gt; Advanced Options &gt; Startup Settings</strong>, click <strong>Restart</strong>, then press <strong>4</strong> on your keyboard to enable Safe Mode. Safe Mode starts Windows with only the most essential drivers and services, which lets you troubleshoot without the problematic driver or software interfering.</p>



<p class="wp-block-paragraph">Once in Safe Mode, you can perform all the fixes from earlier in this guide — uninstall recently added software, uninstall Windows updates, roll back drivers in Device Manager, and run the DISM and SFC commands. After making changes, restart and see if Windows boots normally.</p>



<p class="wp-block-paragraph"><strong>To use System Restore:</strong> If Safe Mode does not help, go back to the Recovery screen and navigate to <strong>Troubleshoot &gt; Advanced Options &gt; System Restore</strong>. Click Next, and you will see a list of available restore points — previous snapshots of your system from when it was working properly. Click &#8220;Show more restore points&#8221; if needed, select one from before the blue screens started, and click Finish to begin the restore.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note:</strong> System Restore only works if your computer had restore points enabled. If no restore points are available, you will need to move on to the next fix.</p>
</blockquote>



<h2 class="wp-block-heading">Fix 7: Clean Install Windows (Last Resort)</h2>



<p class="wp-block-paragraph">If nothing else has worked, your last software-based option is a fresh Windows installation. This wipes everything and gives you a clean slate, which eliminates any software-related cause of the blue screens. There are two ways to do this.</p>



<p class="wp-block-paragraph"><strong>Option 1 — Reset this PC:</strong> From the Recovery screen, go to <strong>Troubleshoot &gt; Reset this PC</strong>. Choose <strong>Keep my files</strong> (removes apps and settings but preserves personal files), then select <strong>Cloud download</strong> to get a fresh copy of the Windows system files directly from Microsoft.</p>



<p class="wp-block-paragraph"><strong>Option 2 — Full clean install (recommended):</strong> For the most reliable result, do a complete clean install using a USB drive with a fresh Windows ISO. I have a full tutorial on how to use <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance&#8217;s</a> Windows Installation Media Utility to create a custom ISO that is already debloated and optimized from the moment you reach the desktop:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="DON&#039;T Install Windows 11 Without Doing THIS First!" width="720" height="405" src="https://www.youtube-nocookie.com/embed/I9PQYN1YonE?list=PL8RYOts8u1UvgbnRel9CcL7XbaECDVYA1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Create a Custom Windows ISO with Winhance</figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Important:</strong> Before doing a clean install, back up all of your important files to a separate drive. A clean install completely wipes the drive you are installing Windows to — everything on it will be permanently deleted.</p>
</blockquote>



<h2 class="wp-block-heading">What If Windows Still Blue Screens After a Clean Install?</h2>



<p class="wp-block-paragraph">If you are still getting blue screens after a completely fresh Windows installation, you are almost certainly dealing with faulty hardware. At this point, the problem is either failing RAM, a dying hard drive or SSD, a faulty graphics card, or in rare cases a failing motherboard or CPU.</p>



<p class="wp-block-paragraph">If you have already tested your RAM and drives using the methods above and they passed, the next step is to <a href="https://memstechtips.com/how-to-stress-test-graphics-card-for-errors/">stress test your graphics card for errors</a>:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Test Your Graphics Card for Errors! (GPU Stress Test)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/SSrbZqp4omc?list=PL8RYOts8u1UvgbnRel9CcL7XbaECDVYA1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Stress Test Your Graphics Card for Errors</figcaption></figure>



<p class="wp-block-paragraph">If the GPU also passes, I would recommend taking your computer to a professional repair shop or contacting your system manufacturer. Motherboard and CPU failures are difficult to diagnose without specialized equipment.</p>



<h2 class="wp-block-heading">Secure Your Connection with ProtonVPN</h2>



<p class="wp-block-paragraph">While troubleshooting your PC, it is worth securing your internet connection too. I personally use <strong>ProtonVPN</strong> — they have a genuinely free tier with unlimited bandwidth and no logs, which is rare for a VPN provider. The free version auto-connects to the fastest available server, making it great for everyday private browsing.</p>



<p class="wp-block-paragraph">If you need to pick a specific country (like for streaming), you will need their paid plan. This video is not sponsored by ProtonVPN, but the links below are affiliate links — if you decide to upgrade, I earn a small commission at no extra cost to you, and it helps support the channel.</p>



<ul class="wp-block-list">
<li><a href="https://go.getproton.me/SH2Bp" target="_blank" rel="noopener">ProtonVPN Free (Unlimited Data)</a></li>



<li><a href="https://go.getproton.me/SH1TX" target="_blank" rel="noopener">ProtonVPN Plus (Special Deal)</a></li>
</ul>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Does a blue screen of death mean my computer is broken?</h3>



<p class="wp-block-paragraph">Not usually. The majority of blue screens are caused by software issues — bad drivers, corrupt system files, or problematic Windows updates — all of which can be fixed without replacing any hardware. You should only suspect faulty hardware if blue screens continue after a clean install of Windows.</p>



<h3 class="wp-block-heading">What is the most common cause of BSOD in Windows?</h3>



<p class="wp-block-paragraph">Drivers are responsible for approximately 70% of all blue screens in Windows 10 and 11. Graphics card drivers (NVIDIA, AMD, Intel) and network adapter drivers are the most frequent culprits. Rolling back a recently updated driver or installing the latest stable version from the manufacturer&#8217;s website usually resolves the issue.</p>



<h3 class="wp-block-heading">How do I find out what caused my blue screen?</h3>



<p class="wp-block-paragraph">Download the free tool <a href="https://www.nirsoft.net/utils/blue_screen_view.html" target="_blank" rel="noopener">BlueScreenView by NirSoft</a>. It reads the crash dump files that Windows automatically saves each time a blue screen occurs and displays the exact stop code and the specific driver or process that triggered the crash. You can then search for that stop code or driver name to find a targeted fix.</p>



<h3 class="wp-block-heading">Can a Windows update cause a blue screen?</h3>



<p class="wp-block-paragraph">Yes, this happens more often than you would expect. Windows updates can install new drivers or change system components in ways that cause instability on certain hardware configurations. If your blue screens started right after an update, go to <strong>Settings &gt; Windows Update &gt; Update History &gt; Uninstall Updates</strong> and remove the most recent update to see if that resolves it.</p>



<h3 class="wp-block-heading">Will I lose my files if I get a blue screen?</h3>



<p class="wp-block-paragraph">In most cases, no. The blue screen is actually Windows protecting your data — it halts everything before file corruption can occur, and your files should be intact after a restart. However, if the blue screens are being caused by a failing hard drive or SSD, there is a real risk of data loss over time. This is why I always recommend having regular backups of your important files on a separate drive.</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/">SOLVED: Blue Screen of Death in Windows 10/11 (EVERY Fix!)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://memstechtips.com/fix-blue-screen-of-death-windows-10-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Fix Microsoft Store Not Opening on Windows 10 &#038; 11 (4 Methods)</title>
		<link>https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/</link>
					<comments>https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 07:19:37 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<category><![CDATA[Microsoft Store]]></category>
		<category><![CDATA[Tutorials (How to)]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=11351</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/03/youtube-6_6s6dhWgdk.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/">How to Fix Microsoft Store Not Opening on Windows 10 &#038; 11 (4 Methods)</a></p>
<p>If the Microsoft Store won&#8217;t open on Windows 10 or 11, the fastest first step is to run wsreset.exe to clear the Store cache — it takes under a minute...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/">How to Fix Microsoft Store Not Opening on Windows 10 &#038; 11 (4 Methods)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/03/youtube-6_6s6dhWgdk.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/">How to Fix Microsoft Store Not Opening on Windows 10 &#038; 11 (4 Methods)</a></p>

<p class="wp-block-paragraph">If the Microsoft Store won&#8217;t open on Windows 10 or 11, the fastest first step is to run <strong>wsreset.exe</strong> to clear the Store cache — it takes under a minute and fixes most cases. If the Store still won&#8217;t open, uninstall it through PowerShell and reinstall it cleanly via the Xbox app. As a last resort, an in-place upgrade or using <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> to reinstall the Store can bring it back without losing any files.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: May 27, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Fix Microsoft Store Not Opening Windows 11 (Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/6_6s6dhWgdk?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Fix Microsoft Store Not Opening on Windows 10 &amp; 11</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li>Running <strong>wsreset.exe</strong> clears the Microsoft Store cache and resolves most &#8220;Store won&#8217;t open&#8221; issues in under a minute — try this first before anything else.</li>



<li>If wsreset doesn&#8217;t help, resetting the Store through <strong>Settings &gt; Apps &gt; Installed apps &gt; Microsoft Store &gt; Advanced options &gt; Reset</strong> wipes the app data without uninstalling it.</li>



<li>The nuclear option is to uninstall Store via PowerShell with <code>Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage</code> and reinstall through the Xbox app — this clears fully corrupted installations.</li>



<li>If none of the above work, an in-place upgrade repairs core Windows components without wiping your files, and restores a working Microsoft Store in the process.</li>



<li><a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> has a built-in option to reinstall the Microsoft Store with one click, which is the easiest method if you already have it installed.</li>
</ul>



<h2 class="wp-block-heading">In This Guide</h2>



<p class="wp-block-paragraph">This guide covers four methods to fix the Microsoft Store not opening, starting with the quickest and least invasive:</p>



<ul class="wp-block-list">
<li><strong><a href="#method-1">Method 1: Run wsreset.exe</a></strong> — Clears the Store cache in seconds. Try this first. (Recommended starting point)</li>



<li><strong><a href="#method-2">Method 2: Reset the Store via Settings</a></strong> — Wipes app data without uninstalling. Good middle step.</li>



<li><strong><a href="#method-3">Method 3: Reinstall Store via PowerShell + Xbox App</a></strong> — Full uninstall and clean reinstall for corrupted installations.</li>



<li><strong><a href="#method-4">Method 4: In-Place Upgrade or Winhance</a></strong> — Last resort options if everything else fails.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Press <strong>Win + R</strong>, type <strong>wsreset.exe</strong>, press Enter — wait for Store to reopen automatically</li>



<li>If that fails: Settings &gt; Apps &gt; Installed apps &gt; Microsoft Store &gt; Advanced options &gt; Reset</li>



<li>If that fails: Open PowerShell as Administrator and run <strong>Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage</strong></li>



<li>Download the Xbox app from Xbox.com, install it, click Browse the catalog</li>



<li>Click &#8220;Review now&#8221; on the missing components banner, find Microsoft Store, click Install</li>



<li>Restart your PC once installation completes</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Why Microsoft Store Stops Opening</h2>



<p class="wp-block-paragraph">In my years running a computer repair shop, the Microsoft Store refusing to open was one of the most common app complaints I dealt with. It almost always came down to corrupted app files or a stuck cache. This can happen after a Windows update goes wrong, after an interrupted Store update, or after using certain debloating scripts that accidentally strip out files the Store depends on.</p>



<p class="wp-block-paragraph">The good news is there are multiple fixes that escalate from a 30-second cache clear to a full reinstall. Work through them in order — most people only need the first or second method.</p>



<h2 class="wp-block-heading" id="method-1">Method 1: Run wsreset.exe (Start Here)</h2>



<p class="wp-block-paragraph">The wsreset.exe tool is built into Windows specifically to clear the Microsoft Store cache. It runs silently, clears the cache files, then automatically relaunches the Store. On Windows 10 and 11, this fixes the &#8220;Store won&#8217;t open&#8221; issue roughly half the time.</p>



<p class="wp-block-paragraph">Press <strong>Win + R</strong> to open the Run dialog, type the command below, and press Enter:</p>



<pre class="wp-block-code"><code>wsreset.exe</code></pre>



<p class="wp-block-paragraph">A blank Command Prompt window will appear and stay open for about 10-15 seconds while the cache clears. Don&#8217;t close it. When it&#8217;s done, the Microsoft Store will launch automatically. If the Store opens normally, you&#8217;re done — no further steps needed.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> You can also search for &#8220;wsreset&#8221; in the Start menu and run it from there — same result.</p>
</blockquote>



<h2 class="wp-block-heading" id="method-2">Method 2: Reset the Store via Settings</h2>



<p class="wp-block-paragraph">If wsreset didn&#8217;t fix it, the next step is to reset the Microsoft Store app through Windows Settings. This wipes the app&#8217;s local data and resets it to defaults without fully uninstalling it — a deeper clean than wsreset but less drastic than a full reinstall.</p>



<p class="wp-block-paragraph">Open Settings and navigate to <strong>Apps &gt; Installed apps</strong>. Find Microsoft Store in the list (you can search for it), click the three-dot menu next to it, and select <strong>Advanced options</strong>. Scroll down to the Reset section and click <strong>Reset</strong>, then confirm. The reset takes a few seconds. Once it&#8217;s done, try opening the Microsoft Store again.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note:</strong> On Windows 10, the path is Settings &gt; Apps &gt; Apps &amp; features &gt; Microsoft Store &gt; Advanced options &gt; Reset.</p>
</blockquote>



<h2 class="wp-block-heading" id="method-3">Method 3: Reinstall Store via PowerShell and Xbox App</h2>



<p class="wp-block-paragraph">When the Store&#8217;s installation is genuinely corrupted — not just cached data but the actual app files — resetting it won&#8217;t be enough. The fix is to fully uninstall the Microsoft Store via PowerShell, then reinstall a clean copy through the Xbox app. The Xbox app is the cleanest path because Microsoft Store is listed as one of its required dependencies, giving you a one-click reinstall option from inside the app.</p>



<h3 class="wp-block-heading">Step 1: Uninstall Microsoft Store via PowerShell</h3>



<p class="wp-block-paragraph">Right-click the Start button and select <strong>PowerShell (Admin)</strong> or <strong>Terminal (Admin)</strong>. If you don&#8217;t see either option, search for PowerShell in the Start menu, right-click it, and choose &#8220;Run as administrator.&#8221;</p>



<p class="wp-block-paragraph">Once PowerShell is open, paste in this command and press Enter:</p>



<pre class="wp-block-code"><code>Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage</code></pre>



<p class="wp-block-paragraph">Wait for the command to finish, then close PowerShell. The Microsoft Store is now uninstalled. You won&#8217;t be able to open it until you complete the reinstall steps below.</p>



<h3 class="wp-block-heading">Step 2: Download and Install the Xbox App</h3>



<p class="wp-block-paragraph">Open your browser and go to <strong>Xbox.com</strong> (or search for &#8220;Xbox app for Windows&#8221;). Scroll down to find the &#8220;Download the app&#8221; button and click it. Once the installer downloads, run it, accept the terms, and click Install. When installation finishes, click &#8220;Let&#8217;s go&#8221; to open the Xbox app.</p>



<h3 class="wp-block-heading">Step 3: Reinstall Microsoft Store Through the Xbox App</h3>



<p class="wp-block-paragraph">In the Xbox app, click <strong>Browse the catalog</strong>. Near the top of the screen, you should see a banner that says there are missing components for the Xbox app. Click <strong>Review now</strong> to see the full list of dependencies, which includes Microsoft Store. Click <strong>Install</strong> next to Microsoft Store.</p>



<p class="wp-block-paragraph">If you don&#8217;t see the missing components banner, click the sign-in button in the top-right corner of the Xbox app, then go to <strong>Settings &gt; General</strong>. The dependency list will be there even without the banner. Find Microsoft Store in the list and click Install. It may take a few minutes. When it&#8217;s done, you&#8217;ll get a notification confirming the Store was installed. Try opening it normally now.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> If the Xbox app itself won&#8217;t install, make sure Windows is up to date via Settings &gt; Windows Update. Missing system updates can occasionally block app installations.</p>
</blockquote>



<h2 class="wp-block-heading" id="method-4">Method 4: In-Place Upgrade or Winhance (Last Resort)</h2>



<p class="wp-block-paragraph">If the reinstall via Xbox app didn&#8217;t fix things, the issue likely goes deeper than just the Store files — something in the underlying Windows component infrastructure may be broken. At this point there are two solid options.</p>



<h3 class="wp-block-heading">Option A: In-Place Upgrade</h3>



<p class="wp-block-paragraph">An in-place upgrade reinstalls Windows over itself, repairing all core system files and restoring default apps including the Microsoft Store — without wiping your personal files, apps, or settings. I have a full guide on <a href="https://memstechtips.com/how-to-perform-in-place-upgrade-windows-10/">how to perform an in-place upgrade on Windows</a> that walks through the process step by step. It takes about 30 minutes and is one of the most thorough repair options available without doing a clean install.</p>



<h3 class="wp-block-heading">Option B: Reinstall Store via Winhance</h3>



<p class="wp-block-paragraph">If you have <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> installed, it includes a built-in option to reinstall the Microsoft Store with a single click. Open Winhance, go to the <strong>Apps</strong> section, find Microsoft Store under Windows Apps, and use the reinstall option. This handles the PowerShell commands in the background so you don&#8217;t have to do them manually. If you previously used Winhance to remove the Store and now want it back, this is the easiest restoration path.</p>



<p class="wp-block-paragraph">You can also check the <a href="https://memstechtips.com/install-missing-microsoft-store-windows-10-11/">consolidated guide on reinstalling a missing Microsoft Store</a> for additional methods and scenarios, including cases where the Store was removed intentionally through debloating and needs to be restored.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Will uninstalling Microsoft Store delete my installed apps?</h3>



<p class="wp-block-paragraph">No. Uninstalling the Microsoft Store app itself does not remove any apps you already have installed on your PC. Your games, tools, and apps stay exactly where they are. You just lose access to the Store interface until you reinstall it.</p>



<h3 class="wp-block-heading">Why did the Microsoft Store stop opening in the first place?</h3>



<p class="wp-block-paragraph">The most common causes are corrupted app files from a failed Windows update, an interrupted Store update, or third-party cleanup tools that accidentally removed files the Store depends on. It can also happen after using certain debloating scripts that strip out core app components without accounting for dependencies. Running <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> instead of unverified scripts is a safer way to debloat because it tracks what&#8217;s removed and provides restore options.</p>



<h3 class="wp-block-heading">Can I install apps while the Store is broken?</h3>



<p class="wp-block-paragraph">Yes. Most apps can be downloaded directly from the developer&#8217;s website or installed using WinGet from the command line. WinGet is a package manager built into Windows 10 and 11 that lets you install thousands of apps without needing the Store at all. If you need apps that are Store-exclusive, the reinstall steps above are the way to go.</p>



<h3 class="wp-block-heading">What if the PowerShell uninstall command returns an error?</h3>



<p class="wp-block-paragraph">The most common cause is not running PowerShell as Administrator. Right-click the PowerShell or Terminal icon and confirm you selected &#8220;Run as administrator&#8221; before entering the command. If you see an access denied error even as admin, try restarting Windows first and then running the command again from a fresh admin terminal.</p>



<h3 class="wp-block-heading">Does Microsoft Store not opening affect other Windows features?</h3>



<p class="wp-block-paragraph">In most cases, no. The rest of Windows continues working normally even when the Store is broken. However, some built-in Windows apps (like the Xbox Game Bar) do rely on Store infrastructure and may behave unexpectedly if the Store&#8217;s underlying components are corrupted. Fixing the Store usually resolves those secondary issues too.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/">How to Fix Microsoft Store Not Opening on Windows 10 &#038; 11 (4 Methods)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://memstechtips.com/fix-microsoft-store-not-opening-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 11 January 2026 Update (KB5074109) Issues &#038; Fix</title>
		<link>https://memstechtips.com/windows-11-january-2026-update-causing-issues/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Wed, 21 Jan 2026 12:16:13 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=11114</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/01/youtube-rrXFq5hB1KU.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/windows-11-january-2026-update-causing-issues/">Windows 11 January 2026 Update (KB5074109) Issues &#038; Fix</a></p>
<p>The January 2026 Windows 11 update KB5074109 caused remote desktop failures, Windows 11 23H2 shutdown problems, classic Control Panel crashes, and reports of random black screens. If you are still...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/windows-11-january-2026-update-causing-issues/">Windows 11 January 2026 Update (KB5074109) Issues &#038; Fix</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/01/youtube-rrXFq5hB1KU.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/windows-11-january-2026-update-causing-issues/">Windows 11 January 2026 Update (KB5074109) Issues &#038; Fix</a></p>

<p class="wp-block-paragraph">The January 2026 Windows 11 update <strong>KB5074109</strong> caused remote desktop failures, Windows 11 23H2 shutdown problems, classic Control Panel crashes, and reports of random black screens. If you are still affected, install the follow-up out-of-band patch from the <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5077744" target="_blank" rel="noopener">Microsoft Update Catalog</a> that matches your Windows version, or <a href="https://memstechtips.com/uninstall-windows-11-updates-clear-update-cache/">uninstall KB5074109</a> entirely.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 11 (24H2, 25H2), Windows 11 23H2 Enterprise, Windows 10 22H2 with Extended Security Updates, and Windows Server 2023 and 2025 | Last updated: May 15, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Microsoft please, STOP" width="720" height="405" src="https://www.youtube-nocookie.com/embed/rrXFq5hB1KU?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">When MANDATORY Security Updates = Broken PC (Windows 11 January 2026 Update Issues)</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>KB5074109 (January 2026) shipped 114 CVE patches plus the prior month&#8217;s optional preview features</strong> — and the bundled feature payload caused most of the breakage, not the security fixes themselves.</li>



<li><strong>Microsoft has confirmed three bugs:</strong> Remote Desktop failures, Windows 11 23H2 Enterprise shutdown failures, and classic Control Panel crashes. Out-of-band fixes for the first two shipped in late January 2026; Control Panel was patched in the February 2026 cumulative.</li>



<li><strong>If you already installed KB5074109</strong>, install the matching follow-up update from the Microsoft Update Catalog (different KB per architecture and Windows build), or uninstall KB5074109 outright via <strong>Settings &gt; Windows Update &gt; Update history &gt; Uninstall updates</strong>.</li>



<li><strong>If you have not installed it yet</strong>, pause updates for one to two weeks and let the dust settle. Microsoft now offers up to a 5-week pause from Settings &gt; Windows Update.</li>



<li><strong>Do not enable &#8220;Get the latest updates as soon as they&#8217;re available&#8221;</strong> on production PCs. That toggle opts you in to the optional preview pipeline that broke this update.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps to Recover From KB5074109</h2>



<ol class="wp-block-list">
<li>Identify your Windows version: press <strong>Windows + R</strong>, type <code>winver</code>, and press Enter.</li>



<li>Open the <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5077744" target="_blank" rel="noopener">Microsoft Update Catalog</a> and download the matching out-of-band patch (24H2 x64, 25H2 x64, 24H2 ARM64, or 25H2 ARM64).</li>



<li>Double-click the downloaded <code>.msu</code> file and follow the installer.</li>



<li>If the patch does not resolve your issue, uninstall KB5074109 from <strong>Settings &gt; Windows Update &gt; Update history &gt; Uninstall updates</strong>.</li>



<li>Pause updates for at least a week: <strong>Settings &gt; Windows Update &gt; Pause for 1 week</strong>.</li>



<li>Turn off <strong>Get the latest updates as soon as they&#8217;re available</strong> in <strong>Settings &gt; Windows Update</strong>.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">What KB5074109 Broke, and What Microsoft Has Since Fixed</h2>



<p class="wp-block-paragraph">The January 2026 cumulative update (KB5074109 on Windows 11 24H2 and 25H2, different KB numbers on 23H2 Enterprise, Windows 10 ESU, and Windows Server 2023/2025) shipped on January 14, 2026 with 114 CVE patches. Within 72 hours, Microsoft acknowledged three issues on the Windows release health dashboard.</p>



<ul class="wp-block-list">
<li><strong>Remote Desktop connections failing</strong> — initiating an RDP session would time out or drop immediately. Patched in an out-of-band update on January 18, 2026.</li>



<li><strong>Windows 11 23H2 Enterprise will not shut down</strong> — the system hung on &#8220;Shutting down&#8221; indefinitely. Patched in the same out-of-band update.</li>



<li><strong>Classic Control Panel crashes on launch</strong> — opening any legacy Control Panel applet immediately closed the window. This one took longer and was resolved in the February 2026 monthly cumulative (KB5081xxx series).</li>
</ul>



<p class="wp-block-paragraph">Beyond Microsoft&#8217;s confirmed list, community reports flagged random black screens during normal use, broken USB peripherals in some configurations, and intermittent File Explorer freezes. If you ran into something unusual that lined up timing-wise with this update, you were almost certainly not imagining it.</p>



<h2 class="wp-block-heading">Why Did This Update Break So Many Things?</h2>



<p class="wp-block-paragraph">According to <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-monthly-updates-explained/3773544" target="_blank" rel="noopener">Microsoft&#8217;s own Windows Monthly Updates Explained blog</a>, the KB5074109 release notes specifically state that it &#8220;includes non-security updates from last month&#8217;s optional preview release.&#8221; That language is the smoking gun.</p>



<p class="wp-block-paragraph">Optional non-security preview releases ship in the fourth week of each month and are intended as a beta channel for next month&#8217;s features. Microsoft then bundles those features into the following month&#8217;s mandatory cumulative security update. The result: you cannot patch CVEs without also accepting whatever features made it through the preview pipeline, however buggy. I think that is the wrong trade-off. Security updates and feature updates should be installable separately, the way they were on Windows 7.</p>



<p class="wp-block-paragraph">The setting that opts you into the preview pipeline is <strong>Settings &gt; Windows Update &gt; Get the latest updates as soon as they&#8217;re available</strong>. Toggling this on signs you up to receive optional preview builds before they ship in the monthly cumulative. On a test machine or virtual machine, that is useful. On a production PC, it is a recipe for the exact situation KB5074109 caused.</p>



<h2 class="wp-block-heading">Fix 1: Install the Out-of-Band Patch From Microsoft Update Catalog</h2>



<p class="wp-block-paragraph">Microsoft published rushed out-of-band patches for the Remote Desktop and 23H2 shutdown bugs on January 18, 2026. They are not delivered through normal Windows Update — you have to download them manually from the <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5077744" target="_blank" rel="noopener">Microsoft Update Catalog</a>.</p>



<p class="wp-block-paragraph">The catalog lists separate downloads per architecture and per Windows version. You need the one that matches your system exactly:</p>



<ul class="wp-block-list">
<li>Windows 11 24H2 x64-based systems</li>



<li>Windows 11 25H2 x64-based systems</li>



<li>Windows 11 24H2 ARM64-based systems</li>



<li>Windows 11 25H2 ARM64-based systems</li>
</ul>



<p class="wp-block-paragraph">To check which version you have, press <strong>Windows + R</strong>, type <code>winver</code>, and press Enter. Note the version (24H2 or 25H2) and confirm the architecture in <strong>Settings &gt; System &gt; About &gt; System type</strong>. Then download the matching <code>.msu</code> file, double-click it, and the Windows Update Standalone Installer will apply the patch and prompt for a reboot.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note:</strong> If you are on Windows 11 23H2 Enterprise, Windows 10 22H2 with Extended Security Updates, or Windows Server 2023/2025, the out-of-band patches use different KB numbers. Search the catalog for the KB referenced in the Windows release health dashboard entry for your build.</p>
</blockquote>



<h2 class="wp-block-heading">Fix 2: Uninstall KB5074109 Entirely</h2>



<p class="wp-block-paragraph">If the out-of-band patch did not resolve your issue, or you would rather just back out of the bad update, uninstall KB5074109 directly. This rolls your system back to where it was the day before the January 2026 cumulative installed.</p>



<ol class="wp-block-list">
<li>Open <strong>Settings &gt; Windows Update &gt; Update history</strong>.</li>



<li>Scroll to the bottom and click <strong>Uninstall updates</strong>.</li>



<li>Find <strong>2026-01 Cumulative Update for Windows 11 (KB5074109)</strong> in the list and click <strong>Uninstall</strong>.</li>



<li>Restart when prompted.</li>
</ol>



<p class="wp-block-paragraph">Once it is gone, immediately pause updates so Windows does not reinstall the same KB on its next check. For a deeper walkthrough that covers the update cache too, read my full guide on <a href="https://memstechtips.com/uninstall-windows-11-updates-clear-update-cache/">uninstalling Windows 11 updates and clearing the update cache</a>.</p>



<h2 class="wp-block-heading">Fix 3: If You Have Not Installed KB5074109 Yet, Pause Updates</h2>



<p class="wp-block-paragraph">If your PC has not pulled the January 2026 cumulative yet, do not let it. The cleanest way to defer it is the built-in pause feature:</p>



<ol class="wp-block-list">
<li>Open <strong>Settings &gt; Windows Update</strong>.</li>



<li>Next to <strong>Pause updates</strong>, click the dropdown and select one to five weeks.</li>



<li>While you are there, confirm <strong>Get the latest updates as soon as they&#8217;re available</strong> is toggled <strong>off</strong>.</li>
</ol>



<p class="wp-block-paragraph">For finer-grained control — like blocking specific feature upgrades while still pulling security patches — see my guide on <a href="https://memstechtips.com/lock-windows-version-stop-automatic-updates-registry/">locking your Windows version with the registry</a>. <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a>, my free Windows enhancement utility, exposes the same settings through a UI and includes additional update controls.</p>



<h2 class="wp-block-heading">My Personal Approach to Windows Updates</h2>



<p class="wp-block-paragraph">I do not install Windows updates the moment they release, and I keep the <strong>Get the latest updates as soon as they&#8217;re available</strong> toggle off on every production machine. The only place I enable it is in a virtual machine, so I can test <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> against the newest builds and record videos about new features.</p>



<p class="wp-block-paragraph">For my main PCs I wait two to three weeks after a cumulative releases before installing. Microsoft almost always ships a follow-up out-of-band patch in that window for whatever the latest cumulative broke, and waiting lets me install both at once with the worst bugs already filtered out. It is not a perfect approach, but it has saved me from every major buggy update since I started doing it in 2024.</p>



<h2 class="wp-block-heading">A Pattern of Buggy Windows Updates</h2>



<p class="wp-block-paragraph">The January 2026 mess is not an outlier. 2025 was full of similar incidents and each one followed the same arc: cumulative ships, breakage gets reported, Microsoft confirms a subset of the bugs, an out-of-band patch follows. Notable examples:</p>



<ul class="wp-block-list">
<li><strong>July 2025</strong> — Start menu, taskbar, File Explorer, and Settings broke after the monthly cumulative because core shell components stopped initializing correctly.</li>



<li><strong>October 2025</strong> — Task Manager&#8217;s close button hid the window but left the process running. Memory usage climbed as ghost instances accumulated.</li>



<li><strong>USB devices in WinRE</strong> — A 2025 update broke USB keyboard and mouse input inside the Windows Recovery Environment, making it impossible to use the recovery tools to fix the very PC the update had broken.</li>



<li><strong>November 2025</strong> — A bad Nvidia driver shipped through Windows Update caused widespread gaming stutter and crashes.</li>
</ul>



<p class="wp-block-paragraph">Buggy Windows updates are not new — Windows 7 and Windows 10 had their share. What is new is that there is no longer a way to opt out of a feature while still taking the security patch. On Windows 7 you could right-click an individual update and hide it. On Windows 11 you take the whole bundle or you take nothing.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Is KB5074109 fixed now?</h3>



<p class="wp-block-paragraph">The two bugs Microsoft fixed first — Remote Desktop failures and the 23H2 Enterprise shutdown hang — were patched on January 18, 2026 via out-of-band updates on the Microsoft Update Catalog. The Classic Control Panel crash was rolled into the February 2026 monthly cumulative. If you install the February 2026 cumulative or later, you should not need to take any of the manual steps in this guide.</p>



<h3 class="wp-block-heading">Is it safe to uninstall the January 2026 Windows update?</h3>



<p class="wp-block-paragraph">Yes, uninstalling KB5074109 is safe and reversible. You will temporarily lose 114 CVE patches, so it is worth pausing updates and reinstalling the next monthly cumulative when it ships — which by definition includes everything KB5074109 contained, plus the fixes. Do not leave an uninstalled cumulative state for longer than a couple of weeks if your PC is exposed to the internet.</p>



<h3 class="wp-block-heading">Why does Microsoft bundle features with security updates?</h3>



<p class="wp-block-paragraph">Microsoft calls it &#8220;continuous innovation.&#8221; Features get tested in the optional non-security preview release in week four of each month, then ship to everyone via the next month&#8217;s mandatory cumulative. The trade-off is that you cannot patch CVEs without also accepting whatever feature changes rode along, which is exactly what burned everyone with KB5074109.</p>



<h3 class="wp-block-heading">How do I keep buggy updates from installing automatically?</h3>



<p class="wp-block-paragraph">The easiest method is the built-in pause in <strong>Settings &gt; Windows Update</strong> — up to five weeks at a time. For more durable control, you can <a href="https://memstechtips.com/lock-windows-version-stop-automatic-updates-registry/">lock your current Windows version via the registry</a> to block feature upgrades while still receiving security patches. <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> exposes the same registry-level controls through a UI.</p>



<h3 class="wp-block-heading">What other Windows 11 updates caused problems in the past year?</h3>



<p class="wp-block-paragraph">2025 had several. The July 2025 cumulative broke the Start menu, taskbar, and File Explorer. October 2025 introduced the Task Manager ghost-process bug where closing the window left the process running and consuming RAM. A 2025 update also broke USB input inside the Windows Recovery Environment. November 2025 shipped a bad Nvidia driver through Windows Update. The January 2026 release fits the pattern.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/windows-11-january-2026-update-causing-issues/">Windows 11 January 2026 Update (KB5074109) Issues &#038; Fix</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Remove Learn More About This Picture on Windows 11 (4 Ways)</title>
		<link>https://memstechtips.com/remove-learn-more-picture-windows-11/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Wed, 07 Jan 2026 05:00:08 +0000</pubDate>
				<category><![CDATA[Windows Customization]]></category>
		<category><![CDATA[Tutorials (How to)]]></category>
		<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=10724</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/remove-learn-more-picture-windows-11/">Remove Learn More About This Picture on Windows 11 (4 Ways)</a></p>
<p>To remove the &#8220;Learn more about this picture&#8221; icon from your Windows 11 desktop, right-click the desktop, choose Personalize &#62; Background, and change Personalize your background from Windows spotlight to...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/remove-learn-more-picture-windows-11/">Remove Learn More About This Picture on Windows 11 (4 Ways)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/remove-learn-more-picture-windows-11/">Remove Learn More About This Picture on Windows 11 (4 Ways)</a></p>

<p class="wp-block-paragraph">To remove the &#8220;Learn more about this picture&#8221; icon from your Windows 11 desktop, right-click the desktop, choose <strong>Personalize &gt; Background</strong>, and change <strong>Personalize your background</strong> from <strong>Windows spotlight</strong> to <strong>Picture</strong> or <strong>Solid color</strong>. If that dropdown is greyed out or the icon keeps coming back, add a DWORD called <code>DisableSpotlightCollectionOnDesktop</code> set to <code>1</code> under <code>HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent</code> and restart. Both methods are reversible.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 11 (23H2, 24H2, 25H2) | Last updated: May 18, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Remove Learn More About This Picture in Windows 11 Desktop" width="720" height="405" src="https://www.youtube-nocookie.com/embed/JPk65tY3OXk?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Remove &#8220;Learn More About This Picture&#8221; Icon in Windows 11</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>The icon is part of Windows Spotlight</strong> — it only shows up when your desktop background is set to <strong>Windows spotlight</strong>, the rotating wallpaper feed from Microsoft</li>



<li><strong>The fastest fix is to switch your background</strong> — Personalize &gt; Background &gt; Picture or Solid color removes the icon immediately without touching the registry</li>



<li><strong>If the Background dropdown is greyed out</strong>, a registry DWORD called <code>DisableSpotlightCollectionOnDesktop</code> under <code>HKCU\Software\Policies\Microsoft\Windows\CloudContent</code> set to <code>1</code> hides the icon while keeping Spotlight wallpapers running</li>



<li><strong>Winhance can do this for you</strong> — the desktop tweaks in Winhance disable Spotlight desktop content as part of a wider Windows debloat</li>



<li><strong>Everything here is reversible</strong> — switch the background back to <strong>Windows spotlight</strong> or change the DWORD to <code>0</code> to restore the icon</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Right-click an empty area of your desktop and select <strong>Personalize</strong></li>



<li>Click <strong>Background</strong></li>



<li>Change <strong>Personalize your background</strong> from <strong>Windows spotlight</strong> to <strong>Picture</strong> or <strong>Solid color</strong> — the icon disappears straight away</li>



<li>If that dropdown is greyed out, open Registry Editor as administrator</li>



<li>Go to <code>HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent</code> (create the <code>CloudContent</code> key if it does not exist)</li>



<li>Create a new <strong>DWORD (32-bit) Value</strong> named <code>DisableSpotlightCollectionOnDesktop</code> and set it to <code>1</code></li>



<li>Restart your PC — the &#8220;Learn more about this picture&#8221; icon will be gone</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">In This Guide</h2>



<p class="wp-block-paragraph">This guide covers four ways to get the icon off your desktop, from the simplest one-click fix to a full Spotlight disable:</p>



<ul class="wp-block-list">
<li><strong><a href="#method-1">Method 1: Change your desktop background</a></strong> — fastest fix, no registry, no restart. (Recommended)</li>



<li><strong><a href="#method-2">Method 2: Registry edit (manual)</a></strong> — for when the Background dropdown is greyed out or the icon keeps coming back.</li>



<li><strong><a href="#method-3">Method 3: One-line reg add command</a></strong> — same registry change as a copy-paste command for Terminal or Command Prompt.</li>



<li><strong><a href="#method-4">Method 4: Disable Windows Spotlight entirely</a></strong> — removes the icon and the rotating wallpaper feed in one go.</li>
</ul>



<h2 class="wp-block-heading">Why the &#8220;Learn More About This Picture&#8221; Icon Appears</h2>



<p class="wp-block-paragraph">The icon is added by <strong>Windows Spotlight</strong>, the feature that rotates curated wallpapers on your desktop and pulls a short caption for each image. When Spotlight is set as your background, Windows 11 drops a desktop shortcut so you can click through to learn more about whatever photo is currently on screen.</p>



<p class="wp-block-paragraph">It is a cosmetic feature, not something Windows needs to function. If you do not use it, the icon just clutters an otherwise clean desktop. Removing it does not affect file shortcuts, system icons, or any other part of Windows 11 — only that one Spotlight icon goes away.</p>



<figure class="wp-block-kadence-image kb-image10724_a3f1c2-7e size-large"><img loading="lazy" decoding="async" width="1280" height="720" src="https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2.jpg" alt="Windows 11 desktop showing the Learn more about this picture Spotlight icon being removed" class="kb-img wp-image-10717" title="Remove Learn More About This Picture on Windows 11 (4 Ways) 1" srcset="https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2.jpg 1280w, https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2026/01/youtube-JPk65tY3OXk-2-768x432.jpg 768w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></figure>



<h2 class="wp-block-heading" id="method-1">Method 1: Change Your Desktop Background (Recommended)</h2>



<p class="wp-block-paragraph">This is the fastest way to remove the icon. Because the &#8220;Learn more about this picture&#8221; shortcut only exists while Spotlight is your active background, switching to a regular picture or solid color removes it instantly. No restart, no registry, no admin rights needed.</p>



<ol class="wp-block-list">
<li>Right-click an empty area of your desktop and select <strong>Personalize</strong>. Settings opens straight to the Personalization page.</li>



<li>Click <strong>Background</strong>.</li>



<li>Under <strong>Personalize your background</strong>, change the dropdown from <strong>Windows spotlight</strong> to <strong>Picture</strong>, <strong>Solid color</strong>, or <strong>Slideshow</strong>.</li>
</ol>



<p class="wp-block-paragraph">The icon disappears the moment you change the background. You can pick any of Windows 11&#8217;s stock wallpapers, browse for your own image, or pick a solid color — whichever you prefer. If you change your mind later, switching back to Windows spotlight brings the icon back.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> If you like Spotlight&#8217;s rotating wallpapers but hate the icon, skip to <a href="#method-2">Method 2</a> — that registry tweak keeps Spotlight running but hides the desktop shortcut.</p>
</blockquote>



<h2 class="wp-block-heading" id="method-2">Method 2: Registry Edit (Manual Walkthrough)</h2>



<p class="wp-block-paragraph">Use this method if the Background dropdown is greyed out, if the icon keeps reappearing after a Windows update, or if you want to keep Windows Spotlight wallpapers running and only hide the icon. The registry change sits in the user hive, so it does not need an elevated Windows account — only the Registry Editor itself runs as administrator.</p>



<ol class="wp-block-list">
<li>Click the <strong>Start</strong> button and type <strong>Registry Editor</strong>. Right-click <strong>Registry Editor</strong> in the results and choose <strong>Run as administrator</strong>. Click <strong>Yes</strong> on the UAC prompt.</li>



<li>Copy the following path and paste it into the address bar at the top of Registry Editor, then press <strong>Enter</strong>:</li>
</ol>



<pre class="wp-block-code"><code>HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent</code></pre>



<p class="wp-block-paragraph">If the <strong>CloudContent</strong> key does not exist, navigate to <strong>HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows</strong>, right-click <strong>Windows</strong>, choose <strong>New &gt; Key</strong>, and name it <strong>CloudContent</strong>. Then open it.</p>



<ol start="3" class="wp-block-list">
<li>In the right pane, right-click the empty space and choose <strong>New &gt; DWORD (32-bit) Value</strong>.</li>



<li>Name the new value exactly:</li>
</ol>



<pre class="wp-block-code"><code>DisableSpotlightCollectionOnDesktop</code></pre>



<ol start="5" class="wp-block-list">
<li>Double-click the new DWORD, change <strong>Value data</strong> from <code>0</code> to <code>1</code>, and click <strong>OK</strong>.</li>



<li>If you spot any other Spotlight-related DWORDs in the same key that you did not create (some debloat scripts add conflicting entries), delete them so your new setting takes priority.</li>



<li>Close Registry Editor and restart your PC. After Windows boots back up, the &#8220;Learn more about this picture&#8221; icon is gone, even if Spotlight is still your background.</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note:</strong> The registry path lives under <strong>Policies</strong>, which is the same area group policy uses. On Windows 11 Pro you can also enable this via <strong>gpedit.msc</strong> &gt; Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Cloud Content &gt; <strong>Turn off Spotlight collection on Desktop</strong>. The end result is identical.</p>
</blockquote>



<h2 class="wp-block-heading" id="method-3">Method 3: One-Line reg add Command</h2>



<p class="wp-block-paragraph">If you would rather skip clicking through Registry Editor, the same change can be applied with a single command. Right-click the <strong>Start</strong> button, open <strong>Terminal (Admin)</strong> or <strong>Command Prompt (Admin)</strong>, and paste the line below:</p>



<pre class="wp-block-code"><code>reg add "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /t REG_DWORD /d 1 /f</code></pre>



<p class="wp-block-paragraph">This works in both Command Prompt and PowerShell. The <code>/f</code> flag tells Windows to overwrite the value without asking, and the command creates the <strong>CloudContent</strong> key automatically if it does not exist. Restart your PC for the change to take effect.</p>



<p class="wp-block-paragraph">To reverse it, run the same command with <code>/d 0</code> instead of <code>/d 1</code>, or delete the value entirely:</p>



<pre class="wp-block-code"><code>reg delete "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /f</code></pre>



<h2 class="wp-block-heading" id="method-4">Method 4: Disable Windows Spotlight Entirely</h2>



<p class="wp-block-paragraph">The &#8220;Learn more about this picture&#8221; icon is just one symptom of Windows Spotlight being active. If you also want the rotating wallpapers gone — including the Spotlight icons on the lock screen and in Search Highlights — turning Spotlight off entirely is the nuclear option. The icon goes away as a side effect.</p>



<p class="wp-block-paragraph">I have a full walkthrough on every place Spotlight shows up in Windows 11 and how to disable each one: <a href="https://memstechtips.com/disable-windows-spotlight-windows-11/">how to disable Windows Spotlight on Windows 11</a>. If you want the cleanest desktop possible, that is the post to follow next.</p>



<p class="wp-block-paragraph">If you would rather not edit anything manually, <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a> disables Spotlight desktop content as part of its standard Windows debloat. One toggle removes the icon and a stack of other Microsoft promotional content at the same time — no registry edits, no command line, fully reversible from the Winhance UI.</p>



<h2 class="wp-block-heading">Related Customization Tweaks</h2>



<p class="wp-block-paragraph">If the Learn More icon was bothering you, there are probably a few other Windows 11 defaults worth tidying up while you are in this mood. A few popular ones from the site:</p>



<ul class="wp-block-list">
<li><a href="https://memstechtips.com/windows-11-desktop-customization-guide/">Full Windows 11 desktop customization guide</a> — taskbar, icons, themes, and Start menu cleanup in one place.</li>



<li><a href="https://memstechtips.com/customize-context-menu-windows-11-shell/">Customize the Windows 11 right-click context menu</a> — bring back the classic menu and trim entries you do not use.</li>



<li><a href="https://memstechtips.com/disable-news-interests-windows-11-regedit/">Disable News and Interests on Windows 11</a> — another registry-driven cleanup for the taskbar widget.</li>



<li><a href="https://memstechtips.com/windows-11-bloatware-removal-official-method-25h2/">Remove Windows 11 bloatware using Microsoft&#8217;s official method</a> — covers the wider preinstalled-apps cleanup on 25H2.</li>
</ul>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Will removing this icon disable Windows Spotlight wallpapers?</h3>



<p class="wp-block-paragraph">Not if you use the registry method. The <code>DisableSpotlightCollectionOnDesktop</code> DWORD only hides the desktop icon — Spotlight keeps rotating wallpapers as normal. If you use Method 1 and switch your background type to Picture or Solid color, you lose the rotating wallpapers along with the icon, because the wallpapers are the Spotlight feature itself.</p>



<h3 class="wp-block-heading">Does this affect other desktop icons like the Recycle Bin?</h3>



<p class="wp-block-paragraph">No. The fixes in this guide target only the Spotlight &#8220;Learn more about this picture&#8221; shortcut. Recycle Bin, This PC, your installed application shortcuts, and any files or folders you have on the desktop are untouched. You can still right-click the desktop and use <strong>View &gt; Show desktop icons</strong> as a global on/off switch if you ever want everything gone.</p>



<h3 class="wp-block-heading">Why does the icon keep coming back after a Windows update?</h3>



<p class="wp-block-paragraph">Feature updates and some cumulative updates re-seed Personalization defaults, and if Spotlight ends up active again the icon comes with it. The registry method (Methods 2 and 3) survives most updates because the policy DWORD persists. If it ever does get cleared, re-running the one-line <code>reg add</code> command from Method 3 takes about two seconds to put it back.</p>



<h3 class="wp-block-heading">Does this work on Windows 10?</h3>



<p class="wp-block-paragraph">Not directly. Windows 10 has Spotlight on the lock screen, but the desktop-Spotlight feature that adds the &#8220;Learn more about this picture&#8221; icon is a Windows 11 addition. If you are on Windows 10 and still see something similar, it is more likely a shortcut from a third-party wallpaper app — check Settings &gt; Apps for anything you did not install yourself.</p>



<h3 class="wp-block-heading">Can I undo these changes later?</h3>



<p class="wp-block-paragraph">Yes — both methods are fully reversible. For Method 1, set your background back to <strong>Windows spotlight</strong> in Personalize &gt; Background and the icon returns. For Methods 2 and 3, either change the DWORD value from <code>1</code> to <code>0</code> or delete the value entirely with <code>reg delete "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /f</code>, then restart.</p>



<h3 class="wp-block-heading">Is editing the registry safe for this tweak?</h3>



<p class="wp-block-paragraph">This specific change is safe — it sits under the user-policy hive and only affects Spotlight desktop content. The general rule still applies though: do not touch other values in Registry Editor while you are in there, and consider creating a System Restore point before you start if you are new to it. If anything looks wrong, the one-line <code>reg delete</code> command in Method 3 removes the value cleanly.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/remove-learn-more-picture-windows-11/">Remove Learn More About This Picture on Windows 11 (4 Ways)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart</title>
		<link>https://memstechtips.com/extend-volume-greyed-out-windows-11-fix-guide/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Tue, 23 Sep 2025 12:45:00 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/?p=10414</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2025/09/Thumbnail-3.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/extend-volume-greyed-out-windows-11-fix-guide/">Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart</a></p>
<p>If the Extend Volume option is greyed out on your C drive in Windows 10 or Windows 11, a recovery partition is sitting between your C drive and the unallocated...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/extend-volume-greyed-out-windows-11-fix-guide/">Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2025/09/Thumbnail-3.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/extend-volume-greyed-out-windows-11-fix-guide/">Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart</a></p>

<p class="wp-block-paragraph">If the Extend Volume option is greyed out on your C drive in Windows 10 or Windows 11, a recovery partition is sitting between your C drive and the unallocated space and blocking the extension. The fix is to disable the recovery environment with <code>reagentc /disable</code>, delete the recovery partition with <code>diskpart</code>, extend the C drive, then recreate and re-register the recovery partition with <code>reagentc /enable</code>.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: April 30, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="C Drive Extend Volume Greyed Out in Windows 10/11? Try THIS!" width="720" height="405" src="https://www.youtube-nocookie.com/embed/IV5A_sAAoQ4?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">Extend Volume Greyed Out in Windows 10/11 — Fixed With Diskpart</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li>Extend Volume is greyed out when a recovery or boot partition sits between the C drive and the unallocated space — Windows can only extend into space that is contiguous and immediately to the right of the partition.</li>



<li>Disk Management cannot move partitions, so the recovery partition has to be deleted with <code>diskpart</code>&#8216;s <code>delete partition override</code> command, then recreated after the C drive is extended.</li>



<li>Save the original recovery partition&#8217;s Type ID and GPT Attributes before deleting it — you need both values to recreate a working recovery partition.</li>



<li>The boot/EFI partition cannot be moved with built-in tools, so a few hundred megabytes of unallocated space may remain unreachable; a third-party partition manager like <a href="https://memstechtips.com/install-aomei-partition-assistant-windows-10-11/">AOMEI Partition Assistant</a> can shift it if you need every byte.</li>



<li>Always run <code>reagentc /enable</code> at the end to register the new recovery partition — without it, Windows recovery features (reset, advanced startup) will not work.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Open Command Prompt as administrator and run <code>reagentc /disable</code>.</li>



<li>Launch <code>diskpart</code>, select your disk (<code>list disk</code> → <code>select disk 0</code>), then list partitions and select the recovery partition.</li>



<li>Run <code>detail partition</code> and copy the Type ID and Attributes into Notepad.</li>



<li>Run <code>delete partition override</code> to remove the recovery partition.</li>



<li>Right-click your C drive in Disk Management and choose Extend Volume to claim the freed space.</li>



<li>Shrink 1 GB back off the C drive, create a new simple volume, and apply the saved Type ID and Attributes.</li>



<li>Remove the auto-assigned drive letter, exit diskpart, and run <code>reagentc /enable</code>.</li>
</ol>



<h2 class="wp-block-heading">Why Is Extend Volume Greyed Out?</h2>



<p class="wp-block-paragraph">Disk Management can only extend a volume into unallocated space that sits immediately to the right of it on the same physical disk. If anything is in between — a recovery partition, an EFI/boot partition, or a leftover Windows installer partition — the option is greyed out, even when there is plenty of free space further along the disk.</p>



<figure class="wp-block-kadence-image kb-image10414_36f5cc-0d size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension-1024x576.jpg" alt="Windows 11 Disk Management with the Extend Volume option greyed out because a recovery partition sits between the C drive and unallocated space" class="kb-img wp-image-10417" title="Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart 2" srcset="https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2025/09/1.-Windows-11-disk-management-showing-greyed-out-extend-volume-option-with-recovery-partition-blocking-C-drive-extension.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">I ran into this myself while making my <a href="https://memstechtips.com/install-windows-11-without-usb-drive-clean-install/">Install Windows 11 without a USB drive</a> guide — the installer left a partition behind, and the recovery partition sitting between my C drive and that unallocated space made the Extend Volume option unavailable. Disk Management has no built-in way to move partitions, which is why we have to delete and recreate the recovery partition manually.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Warning:</strong> This procedure touches system partitions. One wrong selection in <code>diskpart</code> can leave your PC unbootable. Back up important files first, and if you are not comfortable with command-line work, use a third-party partition manager (covered later) instead.</p>
</blockquote>



<h2 class="wp-block-heading">Before You Start</h2>



<ul class="wp-block-list">
<li>Administrator account on Windows 10 22H2 or Windows 11 (any build).</li>



<li>At least 1 GB of unallocated space sitting after the recovery partition.</li>



<li>A current backup of important data — diskpart will not warn you twice.</li>



<li>Notepad open and ready to paste the recovery partition details.</li>
</ul>



<h2 class="wp-block-heading">Step 1: Delete Any Leftover Installer Partition</h2>



<p class="wp-block-paragraph">If you followed my Windows-without-USB guide, there will be a Windows installer partition on the same disk. Right-click it in Disk Management and choose <strong>Delete Volume</strong> — it is just a temporary holding area and is safe to remove. The space becomes part of the unallocated block.</p>



<h2 class="wp-block-heading">Step 2: Disable the Recovery Environment</h2>



<p class="wp-block-paragraph">Open Start, type <strong>cmd</strong>, and run Command Prompt as administrator. Disable Windows RE before touching the recovery partition:</p>



<pre class="wp-block-code"><code>reagentc /disable</code></pre>



<p class="wp-block-paragraph">You should see &#8220;Operation Successful&#8221;. This unbinds the running OS from the partition so deleting it will not break the recovery configuration.</p>



<h2 class="wp-block-heading">Step 3: Capture the Recovery Partition Details</h2>



<p class="wp-block-paragraph">Stay in the same Command Prompt window. Launch diskpart and select the disk that contains your Windows installation:</p>



<pre class="wp-block-code"><code>diskpart
list disk
select disk 0
list partition</code></pre>



<p class="wp-block-paragraph">Find the Recovery partition (usually 500 MB to 1 GB and labelled Recovery), select it, then ask for its details:</p>



<pre class="wp-block-code"><code>select partition 2
detail partition</code></pre>



<p class="wp-block-paragraph">Replace <code>2</code> with the actual partition number from the list. The output shows a <strong>Type</strong> GUID and an <strong>Attributes</strong> hex value — copy both into Notepad. You will need them at the end to recreate a working recovery partition.</p>



<figure class="wp-block-kadence-image kb-image10414_8e0908-06 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition-1024x576.jpg" alt="Diskpart detail partition output showing the recovery partition&#039;s Type ID and Attributes copied into Notepad for later use" class="kb-img wp-image-10419" title="Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart 3" srcset="https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2025/09/3.-Diskpart-command-prompt-showing-detailed-partition-information-including-Type-ID-and-Attributes-for-recovery-partition.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Step 4: Delete the Recovery Partition</h2>



<p class="wp-block-paragraph">With the recovery partition still selected, delete it. The <code>override</code> flag is required because Windows otherwise refuses to delete system partitions:</p>



<pre class="wp-block-code"><code>delete partition override</code></pre>



<p class="wp-block-paragraph">Diskpart confirms with &#8220;DiskPart successfully deleted the selected partition.&#8221; If you have an EFI/boot partition between the C drive and the freed space, it will stay in place — that is normal and you cannot remove it with built-in tools.</p>



<h2 class="wp-block-heading">Step 5: Extend the C Drive</h2>



<p class="wp-block-paragraph">Switch back to Disk Management. Press F5 to refresh, right-click the C drive, and choose <strong>Extend Volume</strong>. Walk through the wizard, accept the maximum available space (or set a custom amount), and finish. The C drive now occupies the freed-up space.</p>



<figure class="wp-block-kadence-image kb-image10414_7aae20-d7 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal-1024x576.jpg" alt="Disk Management showing the Extend Volume option active on the C drive after the recovery partition was deleted with diskpart" class="kb-img wp-image-10420" title="Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart 4" srcset="https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2025/09/4.-Windows-disk-management-showing-enabled-extend-volume-option-for-C-drive-after-recovery-partition-removal.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Step 6: Recreate the Recovery Partition</h2>



<p class="wp-block-paragraph">Right-click the C drive again and choose <strong>Shrink Volume</strong>. Enter <strong>1000</strong> MB (1 GB) and click Shrink — that gives you exactly enough room for a new recovery partition. Right-click the new unallocated block and pick <strong>New Simple Volume</strong>, click Next through every screen, and finish with default settings.</p>



<p class="wp-block-paragraph">Back in Command Prompt, return to diskpart and select the new 1 GB partition:</p>



<pre class="wp-block-code"><code>diskpart
list disk
select disk 0
list partition
select partition 2</code></pre>



<p class="wp-block-paragraph">Use the partition number that matches the new volume. Now apply the saved Type ID and GPT attributes from Notepad — substitute the actual values you copied earlier:</p>



<pre class="wp-block-code"><code>set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes=0x8000000000000001</code></pre>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> The values above are the standard Windows recovery partition Type ID and required hidden/system attributes — they will work in most cases, but always prefer the exact strings you captured from your own system in Step 3.</p>
</blockquote>



<h2 class="wp-block-heading">Step 7: Remove the Drive Letter and Re-enable Recovery</h2>



<p class="wp-block-paragraph">Setting the partition type does not remove the drive letter Disk Management auto-assigned. List volumes, find the new &#8220;New Volume&#8221; entry, select it, and remove the letter:</p>



<pre class="wp-block-code"><code>list volume
select volume 1
remove letter=D</code></pre>



<p class="wp-block-paragraph">Replace <code>1</code> with the actual volume number and <code>D</code> with the actual drive letter. Exit diskpart and re-register the recovery environment:</p>



<pre class="wp-block-code"><code>exit
reagentc /enable</code></pre>



<p class="wp-block-paragraph">&#8220;Operation Successful&#8221; confirms Windows RE is bound to the new partition and Reset, Advanced Startup, and the recovery menu work again.</p>



<h2 class="wp-block-heading">When Some Space Stays Stranded</h2>



<p class="wp-block-paragraph">If your EFI partition sits between the C drive and the unallocated space, a few hundred megabytes will remain unreachable after this procedure — in my own setup, 529 MB stayed stranded next to the boot partition. Do not try to delete the EFI partition; doing so will prevent Windows from booting.</p>



<p class="wp-block-paragraph">If you need every byte, a tool like <a href="https://memstechtips.com/install-aomei-partition-assistant-windows-10-11/">AOMEI Partition Assistant</a> can move the EFI partition without breaking the boot configuration. For most users, leaving 500 MB stranded is a reasonable trade-off compared to the risk of moving boot files.</p>



<h2 class="wp-block-heading">Alternative: Skip Diskpart Entirely</h2>



<p class="wp-block-paragraph">If the diskpart route looks too risky, two safer paths get you the same result:</p>



<ul class="wp-block-list">
<li><strong>Third-party partition manager.</strong> AOMEI Partition Assistant or MiniTool Partition Wizard can resize and move system partitions inside Windows with no command-line work. Both have free editions that handle this scenario.</li>



<li><strong>Clean install with proper partitioning.</strong> If you are due for a fresh start anyway, a <a href="https://memstechtips.com/clean-windows-11-install-with-wimutil/">clean Windows 11 install with WimUtil</a> sets up partitions correctly from the beginning. Pair it with my <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance utility</a> afterward to debloat and configure the new install.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting</h2>



<h3 class="wp-block-heading">Extend Volume is still greyed out after deleting the recovery partition</h3>



<p class="wp-block-paragraph">Another partition is still in the way — usually the EFI/boot partition or a hidden OEM recovery partition. Press F5 in Disk Management to refresh, then look at the partition layout. The C drive can only extend into space that touches its right edge with no other partition between them.</p>



<h3 class="wp-block-heading">reagentc /enable returns an error</h3>



<p class="wp-block-paragraph">Verify the new partition has the correct Type ID and GPT Attributes from your Notepad capture, that it is at least 500 MB, and that the C drive contains <code>winre.wim</code> at <code>C:\Windows\System32\Recovery</code>. If <code>winre.wim</code> is missing, copy it from <code>install.wim</code> on your Windows ISO before retrying.</p>



<h3 class="wp-block-heading">The recovery partition keeps showing a drive letter</h3>



<p class="wp-block-paragraph">Run <code>diskpart</code>, select the volume, and run <code>remove letter=X</code> again. If it returns after a reboot, set the GPT Attributes value to <code>0x8000000000000001</code> (hidden + required) — Windows respects that flag and stops auto-assigning a letter.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Will I lose data when I delete the recovery partition?</h3>



<p class="wp-block-paragraph">No — the recovery partition only contains <code>winre.wim</code> and the recovery environment files. Your personal files live on the C drive and are untouched. The recreated recovery partition restores full Windows recovery functionality.</p>



<h3 class="wp-block-heading">Does this work on Windows 10 too?</h3>



<p class="wp-block-paragraph">Yes. The diskpart commands and reagentc switches are identical on Windows 10 22H2 and every supported Windows 11 build. The only difference you might see is the Type ID GUID, which is why Step 3 captures the values from your own system rather than hard-coding them.</p>



<h3 class="wp-block-heading">Can I delete the EFI/boot partition for more space?</h3>



<p class="wp-block-paragraph">No. The EFI partition holds the boot loader and removing it makes Windows unbootable. Either accept the small amount of stranded space, or use a third-party partition manager that can move the EFI partition safely.</p>



<h3 class="wp-block-heading">What if reagentc /enable cannot find a recovery partition?</h3>



<p class="wp-block-paragraph">Windows looks for a partition with the correct Type ID and the hidden/required attributes. If <code>reagentc /enable</code> cannot find one, the new partition&#8217;s Type ID or Attributes are wrong — go back into diskpart and reapply the values you captured in Step 3.</p>



<h3 class="wp-block-heading">Is there a faster way next time?</h3>



<p class="wp-block-paragraph">Use a third-party partition manager like AOMEI Partition Assistant from the start — it can move and resize the recovery partition in one step without disabling Windows RE. The diskpart method is only worth using when you want to stay with built-in Windows tools.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/extend-volume-greyed-out-windows-11-fix-guide/">Extend Volume Greyed Out in Windows 10/11? Fix It With Diskpart</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/wpx_memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Reinstall Windows Without Losing Data: Step-by-Step Guide</title>
		<link>https://memstechtips.com/reinstall-windows-without-losing-data/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Sat, 08 Jun 2024 13:15:00 +0000</pubDate>
				<category><![CDATA[Windows Install & Setup]]></category>
		<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/how-to-reinstall-windows-without-losing-data-tutorial/</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/reinstall-windows-without-losing-data/">How to Reinstall Windows Without Losing Data: Step-by-Step Guide</a></p>
<p>To reinstall Windows without losing your files, boot from a Windows USB, choose Custom: Install Windows only, and pick the existing Windows partition without formatting it. Windows Setup automatically moves...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/reinstall-windows-without-losing-data/">How to Reinstall Windows Without Losing Data: Step-by-Step Guide</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/reinstall-windows-without-losing-data/">How to Reinstall Windows Without Losing Data: Step-by-Step Guide</a></p>

<p class="wp-block-paragraph">To reinstall Windows without losing your files, boot from a Windows USB, choose <strong>Custom: Install Windows only</strong>, and pick the existing Windows partition <strong>without formatting it</strong>. Windows Setup automatically moves your old Windows, Users folder, Desktop, Documents, and Downloads into a folder called <code>C:\Windows.old</code> that you can pull files from after the new install boots. Pick the correct boot mode (<strong>UEFI</strong> for GPT drives, <strong>Legacy/CSM</strong> for MBR drives) — a mismatch is the number-one reason Setup refuses to install onto the existing partition.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: April 15, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Reinstall Windows Without Losing Data! (Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/MBX3xZhkdYI?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Reinstall Windows Without Losing Data: Step-by-Step Guide</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li>A &#8220;reinstall without losing data&#8221; works by installing the new Windows into the existing partition <strong>without formatting</strong>. Setup moves old files into <code>C:\Windows.old</code>, where you can rescue them afterwards.</li>



<li><strong>Programs and installed apps are not preserved</strong> — only user files. After install, reinstall apps manually or restore them from a <a href="https://memstechtips.com/unigetui-package-manager-windows/">UniGetUI bundle</a> saved before the reinstall.</li>



<li>Check your disk&#8217;s partition style with <code>diskpart</code> → <code>list disk</code>. <strong>An asterisk under GPT = GPT; no asterisk = MBR</strong>. This determines whether you boot the installer in UEFI or Legacy mode.</li>



<li>If Setup shows <em>&#8220;Windows cannot be installed on this disk — the selected disk is of the GPT/MBR partition style&#8221;</em>, you booted the installer in the wrong mode. Reboot, change the boot mode, and pick the matching USB entry.</li>



<li>Windows.old is kept for <strong>10 days</strong> after the reinstall, then automatically deleted. Copy what you need off within that window.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Create a Windows installation USB using <a href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">Ventoy</a> or <a href="https://memstechtips.com/rufus-bootable-usb-windows-11-guide/">Rufus</a>.</li>



<li>Check the current drive&#8217;s partition style with <code>diskpart</code> (GPT or MBR).</li>



<li>Enter BIOS/UEFI, set the matching boot mode (UEFI for GPT, Legacy/CSM for MBR).</li>



<li>Boot from the USB using the correct firmware path (UEFI or Legacy) from the boot menu.</li>



<li>Run Windows Setup, choose <strong>Custom: Install Windows only</strong>.</li>



<li>Select the existing Windows partition <strong>without deleting or formatting it</strong>, click <strong>Next</strong>.</li>



<li>After Setup finishes, copy your files from <code>C:\Windows.old\Users\[YourName]\</code> into the new user profile.</li>



<li>When you have confirmed everything is rescued, remove Windows.old via Disk Cleanup.</li>
</ol>



<h2 class="wp-block-heading">When This Method Is the Right Choice</h2>



<p class="wp-block-paragraph">This method is for when Windows is broken to the point where you can&#8217;t recover it — bootloader corrupted, Windows update failed, system files damaged, or a ransomware infection that can&#8217;t be cleaned — but the drive itself is still readable. The new Windows installs over the old one on the same partition, and your personal files survive in Windows.old.</p>



<p class="wp-block-paragraph">It is <em>not</em> a substitute for a real backup. Before you start, if the PC still boots long enough to copy files off, do that — external drive, cloud storage, or another internal drive. Something going wrong mid-install is rare but always possible, and the only truly safe path is to already have the data somewhere else before you touch the installer.</p>



<p class="wp-block-paragraph">If the PC won&#8217;t boot at all, the process still works — you&#8217;ll skip Steps 1-2 and go straight to booting from the USB. The partition-style check can be done from the installer&#8217;s Shift+F10 command prompt.</p>



<h2 class="wp-block-heading">Step 1: Check the Disk&#8217;s Partition Style (GPT vs MBR)</h2>



<p class="wp-block-paragraph">Booting the installer in the wrong mode for your existing drive is the single most common reason a &#8220;reinstall without losing data&#8221; fails. Check the style first.</p>



<p class="wp-block-paragraph">If Windows boots, open <strong>Command Prompt as Administrator</strong> and run:</p>



<pre class="wp-block-code"><code>diskpart
list disk
exit</code></pre>



<figure class="wp-block-kadence-image kb-image186_6539d5-b6 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-1024x576.jpg" alt="DiskPart output in Command Prompt showing list disk results with GPT and MBR columns for each connected drive" class="kb-img wp-image-7794" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 5" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-2-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Look at the <strong>Gpt</strong> column in the output. An asterisk (*) means the disk is <strong>GPT</strong>. No asterisk means it is <strong>MBR</strong>. Remember this — it drives which boot mode you pick in Step 3.</p>



<h3 class="wp-block-heading">If Windows Won&#8217;t Boot</h3>



<p class="wp-block-paragraph">Boot into Windows Recovery by interrupting boot three times in a row (press and hold power during the spinning dots to force shutdown, repeat twice more — on the third failed boot, Windows enters Recovery automatically). Pick <strong>Troubleshoot → Advanced options → Command Prompt</strong>, then run the same <code>diskpart</code> / <code>list disk</code> commands.</p>



<figure class="wp-block-kadence-image kb-image186_3f64f6-36 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-1024x576.jpg" alt="Windows Recovery Environment advanced options menu with Command Prompt highlighted" class="kb-img wp-image-7872" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 6" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-19-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Step 2: Create a Windows Installation USB</h2>



<p class="wp-block-paragraph">Download the latest Windows ISO and write it to a USB drive. You have two good options:</p>



<ul class="wp-block-list">
<li><strong>Ventoy</strong> — my preferred multi-ISO USB tool. Install Ventoy once, then drag ISOs onto it like regular files. See my <a href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">Ventoy rescue disk guide</a>.</li>



<li><strong>Rufus</strong> — the dedicated Windows USB installer. Writes a single ISO to a USB. See my <a href="https://memstechtips.com/rufus-bootable-usb-windows-11-guide/">Rufus bootable USB guide</a>.</li>
</ul>



<p class="wp-block-paragraph">For the ISO itself, use my <a href="https://memstechtips.com/how-to-download-windows-11-iso-file/">Windows 11 ISO download guide</a> or <a href="https://memstechtips.com/how-to-download-windows-10-iso-file/">Windows 10 ISO guide</a> — both download straight from Microsoft.</p>



<figure class="wp-block-kadence-image kb-image186_785bd1-03 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-1024x576.jpg" alt="Computer boot menu showing the Ventoy bootable USB drive as a selectable boot option" class="kb-img wp-image-7800" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 7" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-3-5-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Match the ISO to your existing install where possible. Reinstalling Windows 11 24H2 over an existing Windows 11 24H2 is smoothest. Reinstalling Windows 11 over Windows 10 is also fine, but expect the upgrade to take longer.</p>
</blockquote>



<h2 class="wp-block-heading">Step 3: Set the Correct Boot Mode in BIOS/UEFI</h2>



<p class="wp-block-paragraph">Reboot and press the BIOS access key as the manufacturer logo appears — typically <kbd>Del</kbd>, <kbd>F2</kbd>, <kbd>F10</kbd>, or <kbd>Esc</kbd>. Your boot screen usually displays the key briefly.</p>



<p class="wp-block-paragraph">Find the <strong>Boot</strong> or <strong>Boot Options</strong> section (it&#8217;s in different places in different BIOS interfaces). Look for a setting labelled one of:</p>



<ul class="wp-block-list">
<li><strong>Boot Mode</strong> — typical on MSI, Asus</li>



<li><strong>CSM (Compatibility Support Module)</strong> — typical on Gigabyte, ASRock</li>



<li><strong>Boot Mode Selection / Legacy Boot</strong> — typical on Dell, HP, Lenovo</li>
</ul>



<figure class="wp-block-kadence-image kb-image186_73a528-cb size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-1024x576.jpg" alt="BIOS boot mode configuration screen showing UEFI and Legacy options and the ability to enable CSM" class="kb-img wp-image-7823" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 8" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-10-1-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>If your existing disk is <strong>GPT</strong>, set this to <strong>UEFI</strong> (or <strong>UEFI Only</strong>, or disable CSM).</li>



<li>If your existing disk is <strong>MBR</strong>, set this to <strong>Legacy</strong> (or <strong>Legacy Only</strong>, or enable CSM).</li>
</ul>



<p class="wp-block-paragraph">Save and exit the BIOS (usually <kbd>F10</kbd>). On modern systems, most drives ship GPT with UEFI. Legacy/MBR is mostly seen on drives cloned from older Windows 7 / 8 installs.</p>



<h2 class="wp-block-heading">Step 4: Boot From the USB in the Matching Mode</h2>



<p class="wp-block-paragraph">Press the boot menu key at startup — usually <kbd>F12</kbd> on Dell/Lenovo, <kbd>F11</kbd> on MSI/ASRock, <kbd>F10</kbd> on HP, <kbd>Esc</kbd> or <kbd>F9</kbd> on Acer. Your USB drive often appears twice — once labelled <strong>UEFI: [USB name]</strong> and once as <strong>[USB name]</strong> alone. Pick the entry that matches:</p>



<ul class="wp-block-list">
<li><strong>GPT disk → UEFI entry</strong></li>



<li><strong>MBR disk → Legacy entry</strong> (without the UEFI prefix)</li>
</ul>



<figure class="wp-block-kadence-image kb-image186_5211e8-08 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-1024x576.jpg" alt="Boot menu showing a USB flash drive listed twice — once as UEFI and once as Legacy — for selecting the correct boot mode" class="kb-img wp-image-7816" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 9" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-12-4-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Pick the matching entry and press Enter. Windows Setup loads.</p>



<h2 class="wp-block-heading">Step 5: Install Windows Over the Existing Partition</h2>



<ol class="wp-block-list">
<li>Pick your language, time, and keyboard layout. Click <strong>Next</strong>.</li>



<li>Click <strong>Install Now</strong>.</li>



<li>Product key screen: click <strong>I don&#8217;t have a product key</strong>. Windows will reactivate automatically from the digital licence stored against your hardware.</li>



<li>Pick the edition that matches your previous install (Home or Pro).</li>



<li>Accept the licence terms.</li>



<li>Install type: choose <strong>Custom: Install Windows only (advanced)</strong>.</li>
</ol>



<figure class="wp-block-kadence-image kb-image186_5486fd-f6 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-1024x576.jpg" alt="Windows Setup Custom Install partition selection screen showing existing drive partitions ready to be selected" class="kb-img wp-image-7803" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 10" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-5-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">On the <strong>Where do you want to install Windows?</strong> screen:</p>



<ol class="wp-block-list">
<li>Click the existing <strong>Primary</strong> partition that contains your current Windows install — usually the largest one.</li>



<li><strong>Do not click Delete or Format.</strong> Just click <strong>Next</strong>.</li>



<li>Setup warns that any existing Windows installation on this partition will be moved into a Windows.old folder. Click <strong>OK</strong> to confirm.</li>
</ol>



<h3 class="wp-block-heading">Common Error: Disk Partition Style Mismatch</h3>



<figure class="wp-block-kadence-image kb-image186_7f5763-b3 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-1024x576.jpg" alt="Windows Setup error message saying Windows cannot be installed to this disk because the selected disk is of the GPT partition style" class="kb-img wp-image-7837" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 11" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-8-5-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">If Setup shows one of these errors:</p>



<ul class="wp-block-list">
<li><em>&#8220;The selected disk is of the GPT partition style&#8221;</em></li>



<li><em>&#8220;The selected disk has an MBR partition table&#8221;</em></li>
</ul>



<p class="wp-block-paragraph">you booted the installer in the wrong mode. Reboot, go back to the boot menu, and pick the other USB entry. Do not convert the disk between GPT and MBR — that would destroy the partition table and your data along with it.</p>



<p class="wp-block-paragraph">Windows Setup now copies the new install, reboots a few times, and drops you into OOBE. Configure a new user account (or re-use the same name — Windows appends a suffix if there&#8217;s a conflict). When you land on the new desktop, you&#8217;re ready to rescue files.</p>



<h2 class="wp-block-heading">Step 6: Rescue Files From C:\Windows.old</h2>



<p class="wp-block-paragraph">Everything from your old install now lives under <code>C:\Windows.old\</code>. Your personal files are under:</p>



<pre class="wp-block-code"><code>C:\Windows.old\Users\[YourOldUsername]\Desktop
C:\Windows.old\Users\[YourOldUsername]\Documents
C:\Windows.old\Users\[YourOldUsername]\Downloads
C:\Windows.old\Users\[YourOldUsername]\Pictures
C:\Windows.old\Users\[YourOldUsername]\Videos
C:\Windows.old\Users\[YourOldUsername]\Music</code></pre>



<figure class="wp-block-kadence-image kb-image186_3d2277-b5 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-1024x576.jpg" alt="File Explorer showing the contents of the Windows.old folder on the C drive including Users and Program Files" class="kb-img wp-image-7842" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 12" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-6-3-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Copy Files into the New Profile</h3>



<ol class="wp-block-list">
<li>Open File Explorer (<kbd>Win + E</kbd>).</li>



<li>Navigate to <code>C:\Windows.old\Users\</code> and double-click your old username.</li>



<li>If Windows prompts about permissions, click <strong>Continue</strong> — it will grant you access to the old profile&#8217;s files.</li>



<li>Open each folder (Desktop, Documents, Downloads, Pictures, Videos, Music), select the contents (<kbd>Ctrl + A</kbd>), copy (<kbd>Ctrl + C</kbd>), navigate to the matching folder in your new profile (<code>C:\Users\[NewUsername]\</code>), and paste (<kbd>Ctrl + V</kbd>).</li>
</ol>



<figure class="wp-block-kadence-image kb-image186_03fbfc-54 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-1024x576.jpg" alt="Two File Explorer windows side by side showing files being dragged from Windows.old into the new user profile" class="kb-img wp-image-7850" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 13" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-17-4-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Open two File Explorer windows side-by-side by holding <kbd>Shift</kbd> when you click the taskbar icon. Use Win+Left/Win+Right to snap them, then drag files across. Much faster than copy-paste for large folders.</p>
</blockquote>



<h3 class="wp-block-heading">What&#8217;s Also in Windows.old Worth Looking For</h3>



<ul class="wp-block-list">
<li><strong>AppData\Roaming\[AppName]</strong> — saved settings for portable apps (e.g., Thunderbird profiles, Notepad++ config).</li>



<li><strong>AppData\Local\[AppName]</strong> — app data like game saves for titles that stored progress outside the cloud.</li>



<li><strong>Favorites / Bookmarks</strong> — browser bookmarks if you did not have sync enabled.</li>



<li><strong>C:\Windows.old\Program Files\[App]</strong> — some portable apps can be copied directly back and will work.</li>
</ul>



<h2 class="wp-block-heading">Step 7: Reinstall Your Apps and Clean Up</h2>



<p class="wp-block-paragraph">This reinstall method preserves files, not installed apps. To get your software back quickly:</p>



<ul class="wp-block-list">
<li>Install <a href="https://memstechtips.com/unigetui-package-manager-windows/">UniGetUI</a> and re-install your usual tools in bulk. If you had exported a bundle before the reinstall, import it now.</li>



<li>Install drivers with <a href="https://memstechtips.com/install-missing-drivers-windows-snappy-driver-installer-origin/">Snappy Driver Installer Origin</a> — it catches anything Windows Update missed.</li>



<li>Debloat and apply sensible defaults with <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance</a>.</li>
</ul>



<h3 class="wp-block-heading">Delete Windows.old (Once You Are Sure)</h3>



<p class="wp-block-paragraph">Windows.old takes 20–40 GB of disk space. Once you have confirmed every file is rescued, delete it via Disk Cleanup (the only supported way — regular <kbd>Shift + Delete</kbd> will not work because of file permissions).</p>



<figure class="wp-block-kadence-image kb-image186_aa0e4a-e9 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-1024x576.jpg" alt="Windows Disk Cleanup dialog with Previous Windows installations checkbox selected showing the size that will be freed" class="kb-img wp-image-7806" title="How to Reinstall Windows Without Losing Data: Step-by-Step Guide 14" srcset="https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/06/How-to-Reinstall-Windows-Without-Losing-Data-Tutorial-7-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ol class="wp-block-list">
<li>Open Start → type <code>Disk Cleanup</code> → launch it.</li>



<li>Pick the <strong>C:</strong> drive.</li>



<li>Click <strong>Clean up system files</strong>.</li>



<li>Tick <strong>Previous Windows installation(s)</strong>. Click <strong>OK</strong> and confirm.</li>
</ol>



<p class="wp-block-paragraph">Windows keeps Windows.old for 10 days automatically, then deletes it for you. Use Disk Cleanup if you want the space back sooner.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Do my installed programs survive a &#8220;keep data&#8221; reinstall?</h3>



<p class="wp-block-paragraph">No. Only personal files in the Users folder are preserved — Windows, system settings, and installed apps are all replaced. You will need to reinstall programs afterwards. A <a href="https://memstechtips.com/unigetui-package-manager-windows/">UniGetUI bundle</a> exported beforehand makes this painless.</p>



<h3 class="wp-block-heading">What is the difference between GPT and MBR?</h3>



<p class="wp-block-paragraph">GPT (GUID Partition Table) is the modern partition style — required for UEFI boot, supports disks larger than 2 TB, and allows more than 4 primary partitions. MBR (Master Boot Record) is the older style from the BIOS era — limited to 2 TB and 4 primary partitions, but still used on older systems. You cannot change one to the other without destroying data, so the boot mode you pick must match what is already on the disk.</p>



<h3 class="wp-block-heading">What happens if I choose the wrong boot mode?</h3>



<p class="wp-block-paragraph">Windows Setup refuses to install and shows an error message. No data is lost from the mismatch — you simply reboot, change the boot mode, select the matching USB entry from the boot menu, and try again. The error is Setup&#8217;s safety catch; it won&#8217;t overwrite the partition with a broken boot record.</p>



<h3 class="wp-block-heading">Can I reinstall without an internet connection?</h3>



<p class="wp-block-paragraph">Yes. The install itself doesn&#8217;t need the internet — Windows Setup reads everything from the USB. You will need a network connection eventually for Windows Update, driver downloads, and Microsoft account sign-in (which you can skip with the <code>BypassNRO</code> trick — see my <a href="https://memstechtips.com/windows-11-25h2-microsoft-account-bypass-local-account/">local account bypass guide</a>).</p>



<h3 class="wp-block-heading">How much space does Windows.old take?</h3>



<p class="wp-block-paragraph">Typically 20–40 GB, depending on how much was installed on the old Windows — Program Files, Windows Update cache, and per-user AppData all add up. Copy off what you need, then use Disk Cleanup&#8217;s &#8220;Previous Windows installations&#8221; option to reclaim the space. Windows automatically deletes Windows.old 10 days after the reinstall anyway.</p>



<h3 class="wp-block-heading">Is this the same as Reset This PC?</h3>



<p class="wp-block-paragraph">Not quite. <strong>Reset This PC → Keep my files</strong> inside Windows does something similar without needing a USB, but it only works if Windows is bootable and the system image is intact. This manual method works when the system is unbootable or the Reset option is broken. For a full factory reset walkthrough, see my <a href="https://memstechtips.com/how-to-reset-windows-11-to-factory-settings/">factory reset guide</a>.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/reinstall-windows-without-losing-data/">How to Reinstall Windows Without Losing Data: Step-by-Step Guide</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Create a Multi-Boot USB Rescue Disk with Ventoy</title>
		<link>https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Fri, 16 Feb 2024 13:45:00 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<category><![CDATA[System Maintenance]]></category>
		<guid isPermaLink="false">https://memstechtips.com/how-to-create-a-ventoy-bootable-usb-rescue-disk-tutorial/</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">How to Create a Multi-Boot USB Rescue Disk with Ventoy</a></p>
<p>Ventoy turns one USB drive into a multi-ISO boot menu — install or copy as many ISO files as you want to the drive, plug it into any PC, and...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">How to Create a Multi-Boot USB Rescue Disk with Ventoy</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">How to Create a Multi-Boot USB Rescue Disk with Ventoy</a></p>

<p class="wp-block-paragraph">Ventoy turns one USB drive into a multi-ISO boot menu — install or copy as many ISO files as you want to the drive, plug it into any PC, and pick which one to boot. That makes it the single most useful tool you can keep in your toolkit: one 32 GB USB stick can hold Windows 10, Windows 11, a recovery environment like Hiren&#8217;s BootCD PE, a Linux live disk, and a partition tool all at once. This guide walks through creating the drive, loading it with the ISOs I actually use for repairs, and dealing with Secure Boot when a machine refuses to boot it.</p>



<p class="wp-block-paragraph"><strong>Applies to:</strong> Windows 10, Windows 11 (any edition) — Ventoy installer runs on Windows; the resulting USB boots any UEFI or legacy BIOS PC<br><strong>Last updated:</strong> April 2026</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Create a Ventoy Bootable USB Rescue Disk (Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/oWSHLPtAQHQ?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Create a Ventoy Bootable USB Rescue Disk (Tutorial)</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>One USB, many ISOs.</strong> Ventoy installs a small bootloader to your drive, then you just copy ISO files onto it — no reformatting between ISOs.</li>



<li><strong>Works on UEFI and legacy BIOS</strong>, so the same stick boots old and new hardware. Secure Boot works too, with a one-time key enrollment.</li>



<li><strong>Essential ISOs to keep on it:</strong> Windows 10, Windows 11, and Hiren&#8217;s BootCD PE. Add Linux live distros or partition tools if you want them.</li>



<li><strong>Updates are drag-and-drop.</strong> Replace an ISO file on the drive and the next boot menu reflects it — no rebuild needed.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Download Ventoy from the <a href="https://github.com/ventoy/Ventoy/releases" target="_blank" rel="noreferrer noopener">official GitHub releases page</a> and extract the Windows zip.</li>



<li>Run <code>Ventoy2Disk.exe</code>, select your USB drive, click <strong>Install</strong> (this wipes the drive).</li>



<li>Download the ISOs you want — Windows 10, Windows 11, Hiren&#8217;s BootCD PE.</li>



<li>Copy the ISO files to the Ventoy partition (it&#8217;s a normal exFAT drive once installed).</li>



<li>Boot the target PC from USB. Ventoy shows a menu listing every ISO on the drive.</li>
</ol>



<h2 class="wp-block-heading">What You&#8217;ll Need</h2>



<ul class="wp-block-list">
<li>A USB drive, minimum 16 GB. I use 32 GB or larger so there&#8217;s room for multiple ISOs — Windows 11 alone is about 6 GB.</li>



<li>A Windows PC to run the Ventoy installer.</li>



<li>Administrator privileges on that PC — Ventoy writes directly to the disk.</li>



<li>Internet access to download Ventoy and your ISO files.</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Warning:</strong> Installing Ventoy wipes everything on the target USB. Double-check the device selection in Ventoy2Disk before clicking Install — it&#8217;s easy to pick the wrong drive if multiple USBs are connected.</p>
</blockquote>



<h2 class="wp-block-heading">Step 1: Download and Install Ventoy</h2>



<ol class="wp-block-list">
<li>Go to the <a href="https://github.com/ventoy/Ventoy/releases" target="_blank" rel="noreferrer noopener">Ventoy releases page on GitHub</a> and download the latest <code>ventoy-x.y.z-windows.zip</code>.</li>



<li>Extract the zip to any folder.</li>



<li>Run <code>Ventoy2Disk.exe</code> from the extracted folder. No installation needed — this is a portable tool.</li>
</ol>



<figure class="wp-block-kadence-image kb-image210_2600b2-a2 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-1024x576.jpg" alt="Ventoy GitHub releases page with the Windows zip download highlighted" class="kb-img wp-image-6031" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 15" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-1-1-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Step 2: Install Ventoy onto Your USB Drive</h2>



<ol class="wp-block-list">
<li>Plug in the USB drive you want to turn into a rescue disk.</li>



<li>In Ventoy2Disk, pick the correct drive from the <strong>Device</strong> dropdown.</li>



<li>Click <strong>Install</strong>. You&#8217;ll get two confirmation prompts warning that everything on the drive will be erased — confirm both.</li>



<li>When Ventoy finishes, the drive will show up in Explorer as an empty exFAT volume labeled <strong>Ventoy</strong>.</li>
</ol>



<figure class="wp-block-kadence-image kb-image210_564bcf-cb size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-1024x576.jpg" alt="Ventoy2Disk application with the USB drive selected before install" class="kb-img wp-image-6032" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 16" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-2-5-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">If your USB is larger than 32 GB and you want to use the full capacity with exFAT, Ventoy handles it automatically. For NTFS, change the <strong>Option → Partition Style</strong> before installing — some UEFI firmware prefers GPT, which matters only on very specific old machines.</p>



<h2 class="wp-block-heading">Step 3: Download the ISO Files You Want</h2>



<p class="wp-block-paragraph">These are the three ISOs I keep on every rescue drive. Any ISO you add beyond this is bonus — Ventoy supports hundreds of distros out of the box.</p>



<h3 class="wp-block-heading">Hiren&#8217;s BootCD PE (the rescue environment)</h3>



<p class="wp-block-paragraph">Hiren&#8217;s BootCD PE is a Windows-based live environment packed with repair utilities — partition managers, data recovery, antivirus scanners, password reset tools, browser, Explorer, the works. Download the latest ISO from the <a href="https://www.hirensbootcd.org/download/" target="_blank" rel="noreferrer noopener">official Hiren&#8217;s BootCD PE site</a>. The file is about 2 GB.</p>



<figure class="wp-block-kadence-image kb-image210_878c25-8e size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-1024x576.jpg" alt="Hiren&#039;s BootCD PE download page showing the current ISO release" class="kb-img wp-image-6024" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 17" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-3-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Windows 10 ISO</h3>



<p class="wp-block-paragraph">Grab the latest Windows 10 ISO from Microsoft. Full walkthrough in my <a href="https://memstechtips.com/how-to-download-windows-10-iso-file/">how to download the Windows 10 ISO</a> guide — there&#8217;s both a Media Creation Tool method and a direct-download trick.</p>



<h3 class="wp-block-heading">Windows 11 ISO</h3>



<p class="wp-block-paragraph">For Windows 11, use the <a href="https://memstechtips.com/how-to-download-windows-11-iso-file/">Windows 11 ISO download guide</a>. If you want an older build for a specific reason (driver compatibility, testing), I also maintain a <a href="https://memstechtips.com/download-old-windows-10-11-iso-files/">download old Windows 10/11 ISO files</a> guide.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Keep both Windows 10 and Windows 11 ISOs on the drive. You never know which version a machine you&#8217;re repairing expects, and some older hardware refuses Windows 11 without a <a href="https://memstechtips.com/flyby-11-tutorial-bypass-windows-11-hardware-requirements-upgrade/">hardware bypass</a>.</p>
</blockquote>



<h2 class="wp-block-heading">Step 4: Copy the ISOs to Your Ventoy Drive</h2>



<ol class="wp-block-list">
<li>Open File Explorer and navigate to the Ventoy drive.</li>



<li>Drag your ISO files straight onto the drive. No folders needed — Ventoy finds them anywhere on the partition.</li>



<li>Wait for the copy to finish. A 6 GB Windows 11 ISO on USB 3 takes around three minutes.</li>
</ol>



<figure class="wp-block-kadence-image kb-image210_6bcf9b-90 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-1024x576.jpg" alt="Windows File Explorer showing ISO files being copied to the Ventoy USB drive" class="kb-img wp-image-6011" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 18" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-6-6-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Step 5: Boot from Your Ventoy USB</h2>



<ol class="wp-block-list">
<li>Plug the USB into the target PC and power it on.</li>



<li>Press the boot menu key during POST. This is usually <strong>F12</strong> (most Dells, Lenovos, HP desktops), <strong>F9</strong> (HP laptops), <strong>F8</strong> (ASUS), or <strong>Esc</strong> — check the boot splash or motherboard manual.</li>



<li>Pick the USB drive from the boot menu. Ventoy loads its menu showing every ISO on the drive.</li>



<li>Use the arrow keys to highlight an ISO, press Enter, and Ventoy boots it as if it were the only thing on the drive.</li>
</ol>



<figure class="wp-block-kadence-image kb-image210_c17d59-3d size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-1024x576.jpg" alt="Ventoy boot menu listing the ISO files available on the USB drive" class="kb-img wp-image-6005" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 19" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-7-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Fixing Secure Boot Errors</h2>



<p class="wp-block-paragraph">On modern UEFI machines with Secure Boot enabled, the first boot of a Ventoy drive usually throws a &#8220;Verification failed&#8221; message. This is expected — Ventoy isn&#8217;t signed with Microsoft&#8217;s Secure Boot certificates, so the firmware asks you to trust it manually. The process takes about 30 seconds and only needs to happen once per machine.</p>



<ol class="wp-block-list">
<li>At the error screen, press <strong>Enter</strong> (or any key the prompt asks for) to continue to MOK Manager.</li>



<li>Select <strong>Enroll key from disk</strong>.</li>



<li>Browse to the Ventoy EFI partition and pick <code>ENROLL_THIS_KEY_IN_MOKMANAGER.cer</code>.</li>



<li>Confirm with <strong>Continue → Yes</strong>, then reboot.</li>
</ol>



<figure class="wp-block-kadence-image kb-image210_4f9097-13 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-1024x576.jpg" alt="Ventoy Secure Boot error screen showing the key enrollment option" class="kb-img wp-image-6000" title="How to Create a Multi-Boot USB Rescue Disk with Ventoy 20" srcset="https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/02/How-to-Create-a-Ventoy-Bootable-USB-Rescue-Disk-Tutorial-8-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">If you&#8217;d rather not enroll the key, you can disable Secure Boot in BIOS temporarily, use the drive, and re-enable it afterwards. For PCs you&#8217;re repairing regularly, enrolling once is less annoying.</p>



<h2 class="wp-block-heading">Keeping the Drive Up to Date</h2>



<p class="wp-block-paragraph">Windows ISOs rotate every six months or so, and Hiren&#8217;s BootCD PE gets occasional updates. You don&#8217;t need to reinstall Ventoy itself — just:</p>



<ul class="wp-block-list">
<li>Delete the old ISO from the drive and copy the new one over. Done.</li>



<li>To update Ventoy itself (bugfixes, new distro support), run a newer <code>Ventoy2Disk.exe</code> and click <strong>Update</strong> with your existing drive selected. This keeps your ISO files intact — only the bootloader is replaced.</li>
</ul>



<h2 class="wp-block-heading">Related Guides</h2>



<ul class="wp-block-list">
<li><a href="https://memstechtips.com/rufus-bootable-usb-windows-11-guide/">How to create a bootable USB with Rufus</a> — for single-ISO drives or when Ventoy isn&#8217;t supported</li>



<li><a href="https://memstechtips.com/how-to-download-windows-11-iso-file/">Download the Windows 11 ISO</a></li>



<li><a href="https://memstechtips.com/how-to-download-windows-10-iso-file/">Download the Windows 10 ISO</a></li>



<li><a href="https://memstechtips.com/reinstall-windows-without-losing-data/">Reinstall Windows without losing data</a></li>



<li><a href="https://memstechtips.com/install-windows-10-from-usb-step-by-step/">Install Windows 10 from USB</a></li>
</ul>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">How is Ventoy different from Rufus?</h3>



<p class="wp-block-paragraph">Rufus writes one ISO to a USB drive, replacing whatever is on it. To switch to a different ISO, you reformat and rewrite. Ventoy installs a bootloader once, then you just copy ISO files to the drive — the drive stays usable as normal storage, and you can have multiple ISOs available at the same time. For a one-off Windows install USB, Rufus is faster and simpler; for a rescue disk you&#8217;ll keep in your toolkit, Ventoy wins.</p>



<h3 class="wp-block-heading">Can I keep using the USB drive for normal file storage?</h3>



<p class="wp-block-paragraph">Yes. After Ventoy installs, the drive appears as a normal exFAT or NTFS volume in Windows. You can drop regular files on it alongside your ISOs and they&#8217;ll be accessible from Windows normally. The ISOs become the boot menu entries automatically.</p>



<h3 class="wp-block-heading">Does Ventoy work with Secure Boot?</h3>



<p class="wp-block-paragraph">Yes, but it needs a one-time key enrollment on each machine where Secure Boot is enabled. The first boot shows a MOK Manager prompt where you select <strong>Enroll key from disk</strong> and pick the Ventoy certificate. After that, the drive boots normally on that system. Disabling Secure Boot temporarily is an alternative if you can&#8217;t or don&#8217;t want to enroll.</p>



<h3 class="wp-block-heading">What can I actually fix with this rescue disk?</h3>



<p class="wp-block-paragraph">With Windows 10/11 installer ISOs and Hiren&#8217;s BootCD PE on the same drive, you can:</p>



<ul class="wp-block-list">
<li>Reinstall or repair Windows — boot into the installer and use Repair or the Command Prompt for startup repair</li>



<li>Recover files from a PC that won&#8217;t boot — Hiren&#8217;s PE has a full file manager with network access</li>



<li>Reset a forgotten local account password (NT Password Edit is on Hiren&#8217;s)</li>



<li>Clone, image, or resize partitions (AOMEI, Macrium, MiniTool variants are bundled)</li>



<li>Run offline antivirus or malware scans</li>



<li>Diagnose hardware — memory tests, disk tests, CPU stress tools</li>
</ul>



<h3 class="wp-block-heading">How often should I refresh the ISO files?</h3>



<p class="wp-block-paragraph">Update Windows ISOs whenever Microsoft releases a new feature update (currently roughly annual — 24H2, 25H2, etc.). Hiren&#8217;s BootCD PE releases are infrequent; just grab the latest when you notice. Ventoy itself usually releases every few months — updating it is optional unless there&#8217;s a new Linux distro you want to boot that needs newer Ventoy support.</p>



<h3 class="wp-block-heading">Does Ventoy work with all ISO files?</h3>



<p class="wp-block-paragraph">It supports the vast majority — Windows installers, Ubuntu, Fedora, Debian, Kali, Arch, Clonezilla, GParted Live, and so on. The Ventoy site keeps a compatibility list. If a specific ISO doesn&#8217;t boot, there&#8217;s usually a plugin (<code>ventoy/ventoy.json</code>) that fixes it, and in the rare case nothing works, Rufus is a fallback for that one ISO.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/create-usb-rescue-disk-ventoy-guide/">How to Create a Multi-Boot USB Rescue Disk with Ventoy</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide)</title>
		<link>https://memstechtips.com/fix-bluetooth-issues-windows-10-11/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Wed, 03 Jan 2024 13:45:00 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<guid isPermaLink="false">https://memstechtips.com/how-to-fix-or-troubleshoot-bluetooth-not-working-on-windows-10-11-tutorial/</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-bluetooth-issues-windows-10-11/">How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide)</a></p>
<p>To fix Bluetooth issues on Windows 10 or 11, start by confirming the Bluetooth driver is installed in Device Manager, then update or reinstall it using Snappy Driver Installer Origin....</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-bluetooth-issues-windows-10-11/">How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-bluetooth-issues-windows-10-11/">How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide)</a></p>

<p class="wp-block-paragraph">To fix Bluetooth issues on Windows 10 or 11, start by confirming the Bluetooth driver is installed in <strong>Device Manager</strong>, then update or reinstall it using Snappy Driver Installer Origin. If the driver is fine, restart the <strong>Bluetooth Support Service</strong> in <code>services.msc</code> and re-pair the device. When all of that fails, a $5 USB Bluetooth dongle bypasses a faulty internal adapter.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: May 4, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Fix or Troubleshoot Bluetooth Not Working on Windows 10 &amp; 11 (Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/4uxQbxcxkBg?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Fix or Troubleshoot Bluetooth Not Working on Windows 10 &amp; 11 (Tutorial)</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li><strong>Bluetooth issues on Windows are almost always driver-related</strong> — about 80% of cases I see in my repair shop are fixed by reinstalling or updating the Bluetooth driver in Device Manager.</li>



<li><strong>If Bluetooth is missing entirely from the Settings app or Quick Actions panel</strong>, the driver itself is missing or disabled — Windows hides the toggle when no Bluetooth radio is detected.</li>



<li><strong>The Bluetooth Support Service</strong> (<code>bthserv</code>) must be running and set to <strong>Manual</strong> or <strong>Automatic</strong>. If this service is stopped, no devices will pair even with a healthy driver.</li>



<li><strong>Snappy Driver Installer Origin</strong> is the safest free way to find and install the right Bluetooth driver — only download it from <a href="https://www.snappy-driver-installer.org/" target="_blank" rel="noopener">snappy-driver-installer.org</a> to avoid bundled malware on mirror sites.</li>



<li><strong>A USB Bluetooth 5.0 dongle ($5–$15)</strong> bypasses a failing or absent internal Bluetooth adapter and is plug-and-play on Windows 10 and 11.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Open Device Manager (right-click the Start button) and check for a Bluetooth section.</li>



<li>If Bluetooth is missing, install or update the driver with Snappy Driver Installer Origin.</li>



<li>Restart the Bluetooth Support Service from <code>services.msc</code>.</li>



<li>Toggle Bluetooth off and on in <strong>Settings &gt; Bluetooth &amp; devices</strong>.</li>



<li>Run the built-in Bluetooth troubleshooter from <strong>Settings &gt; System &gt; Troubleshoot &gt; Other troubleshooters</strong>.</li>



<li>Remove the device from Settings and re-pair it from scratch.</li>



<li>If nothing works, plug in a cheap USB Bluetooth dongle as a hardware bypass.</li>
</ol>



<h2 class="wp-block-heading">In This Guide</h2>



<ul class="wp-block-list">
<li><a href="#check-driver">Fix 1: Check for the Bluetooth driver in Device Manager</a></li>



<li><a href="#install-driver">Fix 2: Install or update the Bluetooth driver with Snappy Driver Installer Origin</a></li>



<li><a href="#bluetooth-service">Fix 3: Restart the Bluetooth Support Service</a></li>



<li><a href="#troubleshooter">Fix 4: Run the built-in Bluetooth troubleshooter</a></li>



<li><a href="#repair-device">Fix 5: Remove and re-pair the device</a></li>



<li><a href="#test-connect">Test Bluetooth and connect a device</a></li>



<li><a href="#dongle">Last resort: USB Bluetooth dongle</a></li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="check-driver">Fix 1: Check for the Bluetooth Driver in Device Manager</h2>



<p class="wp-block-paragraph">Bluetooth problems on Windows 10 and 11 are almost always driver issues, so the very first check is whether Windows even sees a Bluetooth radio. Right-click the <strong>Start</strong> button and choose <strong>Device Manager</strong>.</p>



<figure class="wp-block-kadence-image kb-image217_c04516-66 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-1024x576.jpg" alt="Right-clicking the Start button on Windows 11 to open Device Manager from the Power User menu." class="kb-img wp-image-5715" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 21" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-1-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">In Device Manager, click <strong>View &gt; Show hidden devices</strong> so any disabled or partially-installed Bluetooth devices show up. Then look for a top-level <strong>Bluetooth</strong> section in the device tree.</p>



<figure class="wp-block-kadence-image kb-image217_6f9f01-b1 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-1024x576.jpg" alt="Device Manager View menu with Show hidden devices selected to reveal disabled Bluetooth entries." class="kb-img wp-image-5718" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 22" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-2-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Expand the Bluetooth section. You should see at least two entries — your radio (for example, <em>Intel Wireless Bluetooth</em> or <em>Realtek Bluetooth 5.0 Adapter</em>) and a <em>Microsoft Bluetooth Enumerator</em> entry. If the entire Bluetooth section is missing, the driver is not installed and Windows is not detecting any Bluetooth hardware.</p>



<figure class="wp-block-kadence-image kb-image217_1db954-95 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-1024x576.jpg" alt="Expanded Bluetooth section in Device Manager showing the Realtek Bluetooth adapter and Microsoft Bluetooth Enumerator." class="kb-img wp-image-5721" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 23" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-3-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">While there, scan the rest of the tree for any device with a <strong>yellow exclamation mark</strong> — those are devices Windows can&#8217;t drive properly, and any one of them could be your missing Bluetooth radio sitting under <strong>Other devices</strong> with no driver.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> If your laptop has a physical Bluetooth/Wi-Fi function key (often Fn + F2, F5, or F10), make sure airplane mode is off. Some manufacturers also let you disable Bluetooth in BIOS — worth checking on older ThinkPads, EliteBooks, and Dell Latitudes.</p>
</blockquote>



<h2 class="wp-block-heading" id="install-driver">Fix 2: Install or Update the Bluetooth Driver with Snappy Driver Installer Origin</h2>



<p class="wp-block-paragraph">If Bluetooth is missing or has yellow exclamation marks in Device Manager, the cleanest fix is <strong>Snappy Driver Installer Origin</strong> by Glenn Delahoy. It scans your hardware, downloads only the drivers your specific PC needs, and installs them offline — no telemetry, no bundled junk.</p>



<p class="wp-block-paragraph">Important: only download it from the official site. Mirror copies of older Snappy Driver Installer builds have shipped with adware in the past.</p>



<ul class="wp-block-list">
<li>Go to <a href="https://www.snappy-driver-installer.org/" target="_blank" rel="noopener">snappy-driver-installer.org</a> and click <strong>Download Now</strong>.</li>



<li>On the next page, scroll to the <strong>Download Application</strong> section and download the Snappy Driver Installer Origin ZIP.</li>



<li>Right-click the ZIP and choose <strong>Extract All</strong>, then open the extracted folder and double-click <strong>SDIO_x64</strong>.</li>
</ul>



<figure class="wp-block-kadence-image kb-image217_0c9f9f-9d size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-1024x576.jpg" alt="Extracted Snappy Driver Installer Origin folder with the SDIO_x64 application highlighted." class="kb-img wp-image-5730" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 24" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-6-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">On the welcome screen choose <strong>Download indexes only</strong> — this is the right option for fixing one specific driver. Then click the green ribbon at the top of the window, leave <strong>Indexes</strong> ticked, choose <strong>This PC only</strong>, and click <strong>Accept</strong>. SDIO downloads the driver index and detects what is missing.</p>



<figure class="wp-block-kadence-image kb-image217_1dd14a-4c size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-1024x576.jpg" alt="Snappy Driver Installer Origin showing the Download indexes only option on the first run welcome screen." class="kb-img wp-image-5733" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 25" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-7-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">When the index loads, look for an entry like <em>Realtek Bluetooth 5.0 Adapter</em> or <em>Intel Wireless Bluetooth</em>. Tick the box next to it and click <strong>Install</strong>. SDIO downloads just that driver pack and installs it. The progress bar at the top tells you how long the install has left — usually a few minutes.</p>



<figure class="wp-block-kadence-image kb-image217_948bce-64 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-1024x576.jpg" alt="Snappy Driver Installer Origin installing a Realtek Bluetooth 4.0 adapter driver with the install progress bar visible." class="kb-img wp-image-5735" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 26" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-8-1-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Once the driver finishes installing, restart the PC. After the reboot, open Device Manager again and confirm the Bluetooth section now shows your adapter without any yellow exclamation marks. For more depth on this process, see my full <a href="https://memstechtips.com/install-missing-drivers-windows-snappy-driver-installer-origin/">guide on installing missing drivers with Snappy Driver Installer Origin</a> and my <a href="https://memstechtips.com/how-to-install-drivers-windows-10-11/">general Windows driver installation guide</a>.</p>



<h2 class="wp-block-heading" id="bluetooth-service">Fix 3: Restart the Bluetooth Support Service</h2>



<p class="wp-block-paragraph">If the driver is healthy but devices still won&#8217;t pair, the <strong>Bluetooth Support Service</strong> (<code>bthserv</code>) is often the culprit. Windows starts this service on demand, and a failed update or crashed app can leave it stopped.</p>



<p class="wp-block-paragraph">Press <strong>Win + R</strong>, type the command below, and press Enter:</p>



<pre class="wp-block-code"><code>services.msc</code></pre>



<p class="wp-block-paragraph">Scroll down to <strong>Bluetooth Support Service</strong>, right-click it, and choose <strong>Restart</strong>. If the option is greyed out (the service is stopped), choose <strong>Start</strong> instead. Then double-click the service and set <strong>Startup type</strong> to <strong>Manual</strong> — that&#8217;s Microsoft&#8217;s recommended setting and matches a clean Windows install.</p>



<p class="wp-block-paragraph">While you are in <code>services.msc</code>, also check that <strong>Bluetooth Audio Gateway Service</strong> and <strong>Bluetooth User Support Service</strong> are running if you use Bluetooth audio devices.</p>



<h2 class="wp-block-heading" id="troubleshooter">Fix 4: Run the Built-in Bluetooth Troubleshooter</h2>



<p class="wp-block-paragraph">Windows includes a Bluetooth troubleshooter that resets the radio and re-registers the stack — it is more useful than people give it credit for, especially on Windows 11 24H2 and 25H2.</p>



<p class="wp-block-paragraph">On <strong>Windows 11</strong>: open <strong>Settings &gt; System &gt; Troubleshoot &gt; Other troubleshooters</strong>, then click <strong>Run</strong> next to <strong>Bluetooth</strong>. (On Windows 11 24H2 and later, the link is now <strong>Get help</strong> with Bluetooth — it routes you through the same automated diagnostics.)</p>



<p class="wp-block-paragraph">On <strong>Windows 10 22H2</strong>: open <strong>Settings &gt; Update &amp; Security &gt; Troubleshoot &gt; Additional troubleshooters &gt; Bluetooth &gt; Run the troubleshooter</strong>.</p>



<p class="wp-block-paragraph">The troubleshooter takes about a minute. When it finishes, restart the PC even if it claims no issues were found — the reset alone often clears stuck pairings.</p>



<h2 class="wp-block-heading" id="repair-device">Fix 5: Remove and Re-Pair the Device</h2>



<p class="wp-block-paragraph">If a previously paired device (headphones, mouse, controller) suddenly stops working, Windows is usually holding onto a stale pairing record. Remove the device fully and pair it from scratch.</p>



<ul class="wp-block-list">
<li>Open <strong>Settings &gt; Bluetooth &amp; devices</strong> on Windows 11, or <strong>Settings &gt; Devices &gt; Bluetooth &amp; other devices</strong> on Windows 10.</li>



<li>Find the problem device, click the three-dot menu, and choose <strong>Remove device</strong>.</li>



<li>Power-cycle the device (turn it off and back on) and put it in pairing mode.</li>



<li>Click <strong>Add device &gt; Bluetooth</strong> in Settings and pair fresh.</li>
</ul>



<p class="wp-block-paragraph">For audio devices, Windows occasionally pairs successfully but routes audio to the wrong output. After re-pairing, click the speaker icon in the system tray and confirm the Bluetooth device is set as the active output.</p>



<h2 class="wp-block-heading" id="test-connect">Test Bluetooth and Connect a Device</h2>



<p class="wp-block-paragraph">Once the driver and service are healthy, search the Start menu for <strong>Bluetooth</strong> and pick the <strong>Bluetooth and other devices settings</strong> result. Confirm the Bluetooth toggle is on.</p>



<figure class="wp-block-kadence-image kb-image217_57ea46-b3 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-1024x576.jpg" alt="Windows Bluetooth and devices Settings page with the Bluetooth toggle in the On position." class="kb-img wp-image-5742" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 27" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-10-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Click <strong>Add device &gt; Bluetooth</strong>. Windows scans for nearby discoverable devices. Pick the one you want to pair — for a phone, the on-screen PIN must match what shows up on the phone. For most audio devices and accessories, no PIN is needed.</p>



<figure class="wp-block-kadence-image kb-image217_fae720-6c size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-1024x576.jpg" alt="Windows Add a device dialog showing nearby Bluetooth devices ready to pair." class="kb-img wp-image-5746" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 28" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-11-3-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">For quick access, scroll to <strong>More Bluetooth settings</strong> and tick <strong>Show the Bluetooth icon in the notification area</strong>. That puts a Bluetooth icon in the system tray — right-click it for one-click options to add a device, send or receive a file, or open settings.</p>



<h2 class="wp-block-heading" id="dongle">Last Resort: USB Bluetooth Dongle</h2>



<p class="wp-block-paragraph">I have spent days troubleshooting Bluetooth on otherwise healthy laptops where the driver is installed, every service is running, and Windows insists everything is fine — but devices still refuse to pair. Sometimes the internal Bluetooth radio is just dying.</p>



<p class="wp-block-paragraph">The cheapest reliable fix is a USB Bluetooth 5.0 dongle. They cost $5 to $15, are plug-and-play on Windows 10 and 11 (Microsoft ships generic Bluetooth drivers), and instantly take over from a faulty internal adapter.</p>



<figure class="wp-block-kadence-image kb-image217_2d0e18-46 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-1024x576.jpg" alt="A small USB Bluetooth 5.0 dongle plugged into a laptop USB port as a hardware bypass for failing internal Bluetooth." class="kb-img wp-image-5759" title="How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide) 29" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Bluetooth-Not-Working-on-Windows-10-11-Tutorial-14-3-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Before buying a dongle, disable the internal Bluetooth radio in Device Manager (right-click the adapter &gt; <strong>Disable device</strong>). That way Windows uses the dongle exclusively, with no conflict between two radios.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Why is Bluetooth missing from my Windows 10 or 11 settings?</h3>



<p class="wp-block-paragraph">Windows hides the Bluetooth toggle when no Bluetooth radio is detected. The cause is almost always a missing or disabled driver. Open Device Manager, click <strong>View &gt; Show hidden devices</strong>, and look for a Bluetooth section or an unknown device under <strong>Other devices</strong>. Install the correct driver with Snappy Driver Installer Origin and the Bluetooth toggle reappears.</p>



<h3 class="wp-block-heading">How do I know if my Bluetooth driver is up to date?</h3>



<p class="wp-block-paragraph">In Device Manager, expand <strong>Bluetooth</strong>, right-click your radio (for example, <em>Intel Wireless Bluetooth</em>), and choose <strong>Update driver &gt; Search automatically for drivers</strong>. For a more thorough scan that pulls from a much larger driver index than Windows Update, run Snappy Driver Installer Origin — it tells you the exact version installed and whether a newer one is available.</p>



<h3 class="wp-block-heading">Why does my Bluetooth keep disconnecting on Windows 11?</h3>



<p class="wp-block-paragraph">The most common cause is Windows turning the radio off to save power. Open Device Manager, double-click your Bluetooth adapter, go to the <strong>Power Management</strong> tab, and uncheck <strong>Allow the computer to turn off this device to save power</strong>. Wireless interference from a nearby Wi-Fi router on 2.4 GHz is the next most common cause — keep the PC and the Bluetooth device within about 10 metres of each other.</p>



<h3 class="wp-block-heading">Can I use any USB Bluetooth dongle on Windows 10 or 11?</h3>



<p class="wp-block-paragraph">Most modern USB Bluetooth dongles (CSR, Realtek, and Cambridge Silicon Radio chipsets) are plug-and-play on Windows 10 22H2 and Windows 11. Look for Bluetooth 5.0 or newer for the best range and battery life. Avoid no-name dongles that require Chinese-language driver CDs — Microsoft&#8217;s generic Bluetooth driver covers the standards-compliant ones automatically.</p>



<h3 class="wp-block-heading">Can I send files using Bluetooth on Windows 10 or 11?</h3>



<p class="wp-block-paragraph">Yes. Right-click the Bluetooth icon in the system tray and choose <strong>Send a file</strong> or <strong>Receive a file</strong>. The receiving device must accept the transfer prompt, and both devices need to be paired first. For large files, a network share or cloud sync is faster than Bluetooth — Bluetooth file transfer is limited to a few MB/s in practice.</p>



<h3 class="wp-block-heading">Will reinstalling Windows fix my Bluetooth issues?</h3>



<p class="wp-block-paragraph">Sometimes — if the cause is a corrupt service or registry entry, a clean Windows install will fix it. But if the cause is hardware (a dying radio or loose internal antenna cable on a laptop), reinstalling Windows changes nothing. Try the driver, service, and dongle fixes in this guide first. For a clean install, my <a href="https://memstechtips.com/winhance-windows-11-enhancement-utility/">Winhance utility</a> can build a debloated Windows ISO, and <a href="https://memstechtips.com/customize-windows-installs-unattendedwinstall/">UnattendedWinstall</a> automates the post-install setup.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-bluetooth-issues-windows-10-11/">How to Fix Bluetooth Issues on Windows 10/11 (2026 Guide)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Fix Sound Issues on Windows 10/11 (5 Methods)</title>
		<link>https://memstechtips.com/fix-sound-issues-windows-10-11/</link>
		
		<dc:creator><![CDATA[memory]]></dc:creator>
		<pubDate>Tue, 02 Jan 2024 13:45:00 +0000</pubDate>
				<category><![CDATA[Windows Troubleshooting]]></category>
		<category><![CDATA[Media & Video]]></category>
		<guid isPermaLink="false">https://memstechtips.com/how-to-fix-or-troubleshoot-sound-not-working-on-windows-10-11-tutorial/</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-sound-issues-windows-10-11/">How to Fix Sound Issues on Windows 10/11 (5 Methods)</a></p>
<p>If sound stops working on Windows 10 or Windows 11, the fix is almost always one of three things: a missing or outdated audio driver, the wrong device set as...</p>
<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-sound-issues-windows-10-11/">How to Fix Sound Issues on Windows 10/11 (5 Methods)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a><br />
<img src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial.jpg" style="display: block; margin: 1em auto"><br />
<a rel="nofollow" href="https://memstechtips.com/fix-sound-issues-windows-10-11/">How to Fix Sound Issues on Windows 10/11 (5 Methods)</a></p>

<p class="wp-block-paragraph">If sound stops working on Windows 10 or Windows 11, the fix is almost always one of three things: a missing or outdated audio driver, the wrong device set as default playback, or audio enhancements interfering with output. Open Device Manager, update the driver under &#8220;Sound, video and game controllers&#8221;, then confirm the correct playback device is selected in Settings &gt; System &gt; Sound. That resolves the majority of cases within a few minutes.</p>



<p class="wp-block-paragraph"><em>Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: April 30, 2026</em></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Fix or Troubleshoot Sound Not Working on Windows 10 &amp; 11 (Tutorial)" width="720" height="405" src="https://www.youtube-nocookie.com/embed/2IOgFU0d_9c?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">How to Fix Sound Issues on Windows 10 &amp; 11</figcaption></figure>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ul class="wp-block-list">
<li>Most Windows audio problems are driver-related — update the driver under Device Manager &gt; Sound, video and game controllers, or use Snappy Driver Installer Origin if Windows can&#8217;t find one.</li>



<li>If you have multiple playback devices (HDMI monitor, speakers, headphones), Windows often picks the wrong default — set the correct one as default in Settings &gt; System &gt; Sound.</li>



<li>Audio enhancements (Bass Boost, Loudness Equalisation, spatial sound) can silence output entirely on some hardware. Disable them on the Enhancements tab when troubleshooting.</li>



<li>Restarting the Windows Audio service (services.msc) fixes the &#8220;no sound after sleep&#8221; bug that affects many Windows 11 24H2 systems.</li>



<li>If headphones work but laptop speakers don&#8217;t, the issue is hardware (a damaged speaker or detection switch), not Windows.</li>
</ul>



<h2 class="wp-block-heading">Quick Steps</h2>



<ol class="wp-block-list">
<li>Right-click Start &gt; Device Manager &gt; expand Sound, video and game controllers.</li>



<li>Right-click your audio device &gt; Update driver &gt; Search automatically for drivers.</li>



<li>If no update is found, install <a href="https://memstechtips.com/install-missing-drivers-windows-snappy-driver-installer-origin/">Snappy Driver Installer Origin</a> and let it locate the audio driver.</li>



<li>Open Settings &gt; System &gt; Sound and confirm the correct device is selected as Output.</li>



<li>Right-click the speaker icon &gt; Sound settings &gt; Properties &gt; Enhancements tab &gt; tick Disable all enhancements.</li>



<li>If sound is still missing, restart the Windows Audio service via services.msc.</li>
</ol>



<h2 class="wp-block-heading">In This Guide</h2>



<p class="wp-block-paragraph">This guide walks through five fixes for sound issues, in the order I&#8217;d run them in the repair shop:</p>



<ul class="wp-block-list">
<li><strong><a href="#device-manager">Fix 1: Update Audio Driver via Device Manager</a></strong> — Solves most driver issues.</li>



<li><strong><a href="#snappy">Fix 2: Snappy Driver Installer Origin</a></strong> — When Windows Update can&#8217;t find the right driver.</li>



<li><strong><a href="#default-device">Fix 3: Set the Correct Default Playback Device</a></strong> — Most common cause when sound &#8220;just stops working&#8221;.</li>



<li><strong><a href="#enhancements">Fix 4: Disable Audio Enhancements</a></strong> — Bass Boost, Loudness Equalisation, and spatial sound conflicts.</li>



<li><strong><a href="#service">Fix 5: Restart the Windows Audio Service</a></strong> — Specific to &#8220;no sound after sleep&#8221; bug.</li>
</ul>



<h2 class="wp-block-heading" id="device-manager">Fix 1: Update Audio Driver via Device Manager</h2>



<figure class="wp-block-kadence-image kb-image218_0d72dc-99 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-1024x576.jpg" alt="Device Manager on Windows 11 with the Sound, video and game controllers section expanded showing Realtek High Definition Audio." class="kb-img wp-image-5659" title="How to Fix Sound Issues on Windows 10/11 (5 Methods) 30" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-1-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ol class="wp-block-list">
<li>Right-click the <strong>Start</strong> button and select <strong>Device Manager</strong>.</li>



<li>Click the <strong>View</strong> menu and select <strong>Show hidden devices</strong> so disabled or virtual audio devices appear.</li>



<li>Expand <strong>Sound, video and game controllers</strong>. Look for entries like Realtek High Definition Audio, Intel Smart Sound Technology, NVIDIA High Definition Audio, or your headset name.</li>



<li>Right-click your main playback device, choose <strong>Update driver</strong>, then <strong>Search automatically for drivers</strong>.</li>



<li>If Windows says &#8220;the best drivers are already installed&#8221;, select <strong>Search for updated drivers on Windows Update</strong> — newer optional driver updates often live there.</li>
</ol>



<p class="wp-block-paragraph">If a yellow exclamation mark appears next to the device, the driver is broken or missing entirely. Right-click and choose <strong>Uninstall device</strong>, tick &#8220;Delete the driver software for this device&#8221; if shown, then reboot — Windows will reinstall a fresh copy. For a generic guide that works for any driver, see my <a href="https://memstechtips.com/how-to-install-or-update-graphics-driver-windows-11-10-tutorial/">graphics driver installation walkthrough</a>; the same pattern applies to audio.</p>



<h2 class="wp-block-heading" id="snappy">Fix 2: Use Snappy Driver Installer Origin</h2>



<figure class="wp-block-kadence-image kb-image218_991b30-45 size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-1024x576.jpg" alt="Snappy Driver Installer Origin scanning a Windows 11 PC and listing missing audio drivers." class="kb-img wp-image-5703" title="How to Fix Sound Issues on Windows 10/11 (5 Methods) 31" srcset="https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-1024x576.jpg 1024w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-300x169.jpg 300w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-768x432.jpg 768w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-1536x864.jpg 1536w, https://memstechtips.com/wp-content/uploads/2024/01/How-to-Fix-or-Troubleshoot-Sound-Not-Working-on-Windows-10-11-Tutorial-8-2-2048x1152.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">If Windows Update doesn&#8217;t have a current driver for your hardware, <a href="https://www.snappy-driver-installer.org/" target="_blank" rel="noreferrer noopener">Snappy Driver Installer Origin</a> (SDI Origin) is the offline driver tool I always trusted in the repair shop. It maintains its own driver pack repository and works without an internet connection if you download the full pack — useful when audio is dead on a freshly installed machine that has no network drivers either.</p>



<ol class="wp-block-list">
<li>Download SDI Origin from the official site and extract the ZIP.</li>



<li>Run the executable that matches your system (32-bit or 64-bit).</li>



<li>Choose <strong>Download Indexes Only</strong> on first launch — this keeps the download small and fetches only the drivers you need.</li>



<li>Tick the audio driver SDI flags as missing or outdated, then click <strong>Install</strong>.</li>



<li>Reboot when prompted.</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> SDI Origin&#8217;s full driver pack is over 50 GB. Stick with the indexes-only mode unless you regularly fix offline machines — otherwise it&#8217;s overkill for a single audio issue.</p>
</blockquote>



<h2 class="wp-block-heading" id="default-device">Fix 3: Set the Correct Default Playback Device</h2>



<p class="wp-block-paragraph">If sound suddenly stopped after plugging in a monitor, dock, or external display, Windows likely switched the default output to that device&#8217;s HDMI audio. The fix is to manually pick the right device.</p>



<ol class="wp-block-list">
<li>Right-click the speaker icon in the system tray and select <strong>Sound settings</strong> (Windows 11) or <strong>Open Sound settings</strong> (Windows 10).</li>



<li>Under <strong>Output</strong>, choose your speakers or headphones from the dropdown.</li>



<li>Click the device name to open its properties and confirm <strong>Allow this device to be used</strong> is on.</li>



<li>Use the <strong>Test</strong> button to confirm sound is coming through.</li>
</ol>



<p class="wp-block-paragraph">For the legacy Sound control panel (which still exposes options the new Settings page hides), open Run with <strong>Win + R</strong> and run:</p>



<pre class="wp-block-code"><code>mmsys.cpl</code></pre>



<p class="wp-block-paragraph">Right-click your speakers in the Playback tab, choose <strong>Set as Default Device</strong>, and click <strong>Apply</strong>.</p>



<h2 class="wp-block-heading" id="enhancements">Fix 4: Disable Audio Enhancements</h2>



<p class="wp-block-paragraph">Some Realtek and Conexant drivers ship with audio enhancements that silence output entirely on certain hardware combinations. If sound works in headphones but not speakers (or vice versa), enhancements are usually the cause.</p>



<ol class="wp-block-list">
<li>Open <strong>mmsys.cpl</strong> (legacy Sound panel).</li>



<li>Right-click your default playback device and choose <strong>Properties</strong>.</li>



<li>Switch to the <strong>Enhancements</strong> tab.</li>



<li>Tick <strong>Disable all enhancements</strong> and click <strong>Apply</strong>.</li>



<li>If you don&#8217;t see an Enhancements tab, your driver doesn&#8217;t expose any — skip this fix.</li>
</ol>



<h2 class="wp-block-heading" id="service">Fix 5: Restart the Windows Audio Service</h2>



<p class="wp-block-paragraph">The &#8220;no sound after sleep&#8221; bug on Windows 11 24H2 is caused by the Windows Audio service failing to resume properly. Restarting it forces the audio stack to reinitialise.</p>



<ol class="wp-block-list">
<li>Press <strong>Win + R</strong>, type <code>services.msc</code>, and press Enter.</li>



<li>Find <strong>Windows Audio</strong> in the list, right-click it, and select <strong>Restart</strong>.</li>



<li>Also restart <strong>Windows Audio Endpoint Builder</strong> (the service immediately above it).</li>



<li>Set both to <strong>Automatic</strong> startup type if they aren&#8217;t already.</li>
</ol>



<p class="wp-block-paragraph">Or run both restarts from an elevated PowerShell window with one command:</p>



<pre class="wp-block-code"><code>Restart-Service -Name AudioEndpointBuilder, Audiosrv -Force</code></pre>



<h2 class="wp-block-heading">When to Suspect Hardware Failure</h2>



<p class="wp-block-paragraph">If headphones work but the built-in speakers don&#8217;t, the speakers themselves or the headphone jack switch are likely faulty. Most laptops use a small mechanical switch in the headphone jack that disconnects the speakers when something is plugged in — if that switch sticks, the laptop thinks headphones are always connected. Try wiggling a 3.5mm plug in and out of the jack a few times; if the speakers come back, the switch is dirty or damaged.</p>



<p class="wp-block-paragraph">For desktops, swap to a known-good pair of speakers or headphones to rule out the audio output port itself. If the front panel jacks don&#8217;t work but the rear ones do, the front panel header on the motherboard isn&#8217;t connected — easy fix on a tower, harder on a small form factor case.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">Why did my sound stop working after a Windows update?</h3>



<p class="wp-block-paragraph">Windows Updates occasionally replace OEM audio drivers with generic Microsoft ones that are missing features or aren&#8217;t compatible. Roll back the audio driver in Device Manager (right-click device &gt; Properties &gt; Driver tab &gt; Roll Back Driver), or reinstall the OEM driver from your laptop manufacturer&#8217;s support page.</p>



<h3 class="wp-block-heading">What if my sound device isn&#8217;t listed in Device Manager?</h3>



<p class="wp-block-paragraph">Click <strong>View &gt; Show hidden devices</strong> first. If it still doesn&#8217;t appear, look under <strong>Other devices</strong> for an unknown device with a yellow warning icon — that&#8217;s your audio chip with no driver. Use Snappy Driver Installer Origin or your manufacturer&#8217;s support page to install the right driver.</p>



<h3 class="wp-block-heading">Why can I hear sound from headphones but not laptop speakers?</h3>



<p class="wp-block-paragraph">Almost always a hardware issue with the headphone jack switch — the laptop still thinks headphones are plugged in. Wiggle a plug in the jack a few times; if speakers come back, the switch is dirty. If not, the speakers may be physically damaged.</p>



<h3 class="wp-block-heading">How do I fix sound issues after waking from sleep on Windows 11?</h3>



<p class="wp-block-paragraph">Restart the <strong>Windows Audio</strong> and <strong>Windows Audio Endpoint Builder</strong> services from services.msc, or run <code>Restart-Service -Name AudioEndpointBuilder, Audiosrv -Force</code> in an elevated PowerShell. This is a known bug in 24H2 with several USB and HDMI audio devices.</p>



<h3 class="wp-block-heading">Will the Windows audio troubleshooter fix this for me automatically?</h3>



<p class="wp-block-paragraph">Settings &gt; System &gt; Sound &gt; Troubleshoot common sound problems handles simple cases like wrong default device or muted volume. For driver issues, default-device confusion, or service failures, manual fixes from this guide are faster than letting the troubleshooter cycle through tests.</p>

<p>This post <a rel="nofollow" href="https://memstechtips.com/fix-sound-issues-windows-10-11/">How to Fix Sound Issues on Windows 10/11 (5 Methods)</a> first appeared on <a rel="nofollow" href="https://memstechtips.com">Memory&#039;s Tech Tips</a> and is written by <a rel="nofollow" href="https://memstechtips.com/author/memory/">memory</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: memstechtips.com @ 2026-05-27 18:10:55 by W3 Total Cache
-->