Reset Windows Password Without Losing Data (2026)

How to Reset Windows Password Without Losing Data (2026 Guide)

I still remember the sinking feeling in my stomach the first time it happened to me. I’d just come back from a two-week trip, opened my laptop, typed in my password out of habit… and nothing. Wrong password. Tried again. Wrong password. By the third attempt, my hands were actually shaking a little, because that laptop had years of photos, half-finished work documents, and tax files I hadn’t backed up anywhere else.

If you’re reading this because you just forgot your Windows password and you’re panicking about losing everything on your laptop, take a breath. I’ve been exactly where you are, and I’ve helped more friends, family members, and readers of fixmydaily.com fix this exact problem than I can count. The good news, and I mean this genuinely, not as some fake reassurance: forgetting your Windows login password almost never means losing your files.

Windows was built with this separation in mind. Your password is just a lock on the front door. Your files, photos, and documents are sitting safely in the house behind it. In this guide, I’ll walk you through every safe and legitimate way to reset your Windows password without losing data, whether you’re on Windows 10 or Windows 11, whether you use a Microsoft account or a local account, and even what to do in the trickier situations involving BitLocker encryption.

Why Losing Your Password Doesn’t Mean Losing Your Files

Before we jump into the fixes, I want you to understand why this works, because it’ll make you a lot less anxious while following the steps.

Windows keeps two very different things separate: your login credentials and your actual stored data. Your password is checked against a small authentication record. Your documents, pictures, downloads, and installed programs live in a completely different part of the system. Unless someone deliberately formats your drive or you’re locked out by encryption without a recovery key, resetting your password doesn’t touch your files at all.

The exact method you’ll need depends on two things: whether your laptop uses a Microsoft account (the kind you sign in with an email address) or a Local account (no email required at sign-in), and whether BitLocker drive encryption is switched on. I’ll help you figure out which situation you’re in as we go.

Step 1: Figure Out What Type of Account You Have

This part trips up a lot of people I’ve helped, so let’s get it sorted first.

If you sign into your laptop using an email address (like something ending in @outlook.com, @hotmail.com, or even a custom domain linked to Microsoft), you have a Microsoft Account. This account is managed in the cloud, meaning Microsoft’s servers hold the real credential record, and your laptop just checks in periodically.

If you sign in using just a username, with no email address involved, you likely have a Local Account. This one lives entirely on your machine, inside a system file called the SAM registry.

There’s also a third, less common situation: if your laptop was set up by an employer and connects to a company network, you might be on a Domain Account. In that case, you’ll need your IT department, since domain-joined machines usually block personal bypass methods on purpose (and honestly, that’s a good security feature, not a flaw).

If you genuinely aren’t sure which one you have, don’t worry. Try Method 1 below first (the Microsoft account reset). If it doesn’t apply to your sign-in screen, that’s your sign you’re dealing with a local account, and Method 2 is where you’ll want to go.

Method 1: Resetting a Microsoft Account Password (Cloud-Based Reset)

This is genuinely the easiest scenario to fix, even though it doesn’t feel that way when you’re staring at a locked screen.

Since your Microsoft account password lives online, you’ll reset it from another device, like your phone or a family member’s computer.

  1. On a different device, open a browser and go to account.live.com/password/reset.
  2. Enter the email address or phone number linked to your locked account.
  3. Choose how you want to verify your identity. Windows will offer options like a code sent to a backup email, an SMS to your registered phone number, or an authenticator app if you’ve set one up.
  4. Enter the verification code you receive, then create a new password.
  5. Now go back to your locked laptop. Before typing your new password, check the Wi-Fi icon in the bottom corner of the lock screen and make sure you’re connected to the internet. This step matters more than people realize, because your laptop needs to reach Microsoft’s servers to confirm the new password.
  6. Type your new password into the sign-in field, hit enter, and you should be back on your desktop with every file exactly where you left it.

One thing I always tell people: if your laptop was offline when you changed the password, it might still be checking against the old cached password for a little while. Reconnect to Wi-Fi directly on the lock screen itself rather than waiting, since that usually forces Windows to check with Microsoft immediately.

If you get hit with repeated failed attempts and see a lockout message, don’t panic and don’t keep hammering the login button. Leave the laptop plugged in and powered on for anywhere between 30 minutes to a couple of hours to let the security delay clear, then try your new password again.

Method 2: Resetting a Local Account Password Without Losing Data

If you’re using a local account, you actually have a few built-in options Windows gives you for exactly this situation.

Using Your Security Questions

If you set up your local account on Windows 10 (version 1803 or newer) or Windows 11, you were asked to answer three security questions during setup. Here’s how to use them:

Type in any incorrect password on your lock screen. A “Reset password” link will appear right below the password field. Click it, and you’ll be shown your three security questions. Answer them exactly as you originally did (case doesn’t usually matter, but be precise with the actual words), and you’ll be prompted straight away to set a brand-new local password. Type it in twice to confirm, and you’re back in.

I know this sounds almost too simple, and that’s kind of the point. Microsoft designed this specifically so regular people wouldn’t need to touch any technical tools at all.

Using a Password Reset Disk

If you were proactive in the past (genuinely, good for you if you were) and created a Password Reset Disk using a USB drive, this is your fastest route.

Plug that USB drive into your laptop, enter any wrong password, click “Reset password,” and follow the wizard. It’ll ask you to select the USB drive, then let you set a new password on the spot.

If you haven’t made one of these yet, I’d strongly recommend doing it the moment you’re back into your account. It takes about two minutes through Control Panel > User Accounts > Create a password reset disk, and it can save you a massive headache down the line.

Using a Second Administrator Account

If there’s another account on the same laptop with administrator rights, that account can reset your password for you. Sign into that account, press Win + X, choose Computer Management, then navigate through System Tools, Local Users and Groups, and Users. Right-click your locked account, choose Set Password, click through the warning about losing saved web credentials, and set a new one.

Method 3: The Advanced Fix When Nothing Else Works

Now, here’s where things get a bit more technical. If you don’t have security questions set, no reset disk, and no second admin account, there’s still a legitimate way forward using Windows’ own built-in recovery tools. I want to be upfront that this method involves the command line, so take it slowly and follow each step exactly as written.

This technique uses the Windows Recovery Environment (WinRE) and a temporary substitution of the Accessibility tool (utilman.exe) with the Command Prompt. It sounds intimidating, but it’s a well-documented method that works because the Accessibility icon on your lock screen runs with full system privileges, even before you log in.

Step 1: On your lock screen, hold the Shift key while clicking Restart. This forces your laptop into WinRE. If the lock screen isn’t responding, you can also force it by powering on the laptop and holding the power button for 10 seconds as soon as the Windows logo appears, repeating that twice. On the third boot, Windows automatically enters Automatic Repair mode.

Step 2: Navigate to Troubleshoot > Advanced options > Command Prompt.

If your drive has BitLocker turned on, you’ll need to enter your 48-digit BitLocker recovery key here. I’ll cover where to find that key in a moment.

Step 3: Once you’re in the command prompt, figure out your actual system drive letter, since it’s sometimes different in recovery mode (commonly appearing as D: instead of C:). Type:

bcdedit | find "osdevice"

This tells you which letter to use going forward.

Step 4: Navigate to the system folder and make a backup of the original accessibility tool:

cd /d C:\Windows\System32
copy utilman.exe utilman.bak
copy /y cmd.exe utilman.exe

Step 5: Close the command prompt and restart into your normal Windows sign-in screen. Click the small Accessibility icon in the bottom-right corner of the lock screen. Instead of opening accessibility settings, it’ll open a command window with full system access.

Step 6: In that window, type:

net user

This lists every local account on the laptop. Then reset your password with:

net user "YourUsername" "YourNewPassword123!"

Sign in using that new password, and your desktop, along with every file, will be exactly as you left it.

Step 7 (Important): Once you’re back in, don’t skip this part. Open Command Prompt as Administrator and restore the original file so your Accessibility tool works normally again and there’s no security gap left behind:

copy /y C:\Windows\System32\utilman.bak C:\Windows\System32\utilman.exe
del C:\Windows\System32\utilman.bak

I always tell readers this last step matters just as much as the reset itself. Leaving that swap in place means anyone with physical access to your laptop could open a system-level command prompt from the lock screen, which isn’t something you want lingering.

What If BitLocker Is Blocking You?

This is the one situation where things can get genuinely stuck. Many newer laptops, including plenty of Windows 11 Home devices, ship with BitLocker encryption switched on by default. If BitLocker is active, none of the offline recovery methods above can read or modify your drive without the 48-digit recovery key.

The good news is that this key is very likely saved somewhere already, especially if you signed into your laptop with a Microsoft account at any point. Head to account.microsoft.com/devices/recoverykey from any other device and log in to check.

If you genuinely can’t locate the key anywhere, and BitLocker is active, I won’t sugarcoat it: offline recovery tools won’t be able to help, and a full reinstall becomes the only path forward for that particular device. This is exactly why I always recommend writing your BitLocker key down somewhere physical, like a notebook you keep at home, the moment you set up a new Windows laptop.

Rescuing Your Files If You Can’t Reset the Password at All

Every now and then, someone reaches out to me with a situation where none of the above works, maybe it’s a work laptop with domain restrictions, or BitLocker with a missing key alongside a locked account. In these rarer cases, you can still often rescue your personal files before reinstalling Windows, using a clever little trick with Notepad.

From the same WinRE Command Prompt, plug in an external USB drive, then type:

notepad.exe

Once Notepad opens, go to File > Open, and switch the file type dropdown from “Text Documents” to “All Files.” This turns Notepad into a basic but functional file browser. Click This PC, navigate to C:\Users\YourUsername, and you’ll see your Desktop, Documents, Pictures, and Downloads folders. Right-click to copy them, then paste them onto your external drive.

It won’t show a progress bar, so just give it time and press F5 periodically to check the file size on your USB drive is growing.

Preventing This From Happening Again

Once you’re back into your laptop (and take a moment, seriously, to appreciate that relief), it’s worth spending ten minutes setting yourself up so this never turns into a crisis again.

Create a password reset disk through Control Panel if you’re on a local account. Double-check your BitLocker recovery key is backed up to your Microsoft account. And honestly, consider creating a second administrator account with a different, memorable password, just as a safety net. I keep one on every laptop in my house now, and it’s saved me twice since.

If you’d like more help managing your Windows accounts securely, I’ve also written about how to find saved Wi-Fi passwords on Android at fixmydaily.com/find-saved-wifi-password-android, which pairs well with general device security habits.

Frequently Asked Questions

Will resetting my local Windows password delete my files? No. Resetting a local password through official Windows tools or the WinRE method changes only your login credential, not your stored files in C:\Users\YourUsername. The one exception is that files encrypted using EFS, or saved passwords in Windows Credential Manager, may become inaccessible unless you’d previously exported the encryption keys.

What if BitLocker is on and I don’t have the recovery key? Unfortunately, without the 48-digit key, offline tools can’t read or edit your encrypted drive at all. Your only option in this specific scenario is a full format and reinstall, which is exactly why backing up that key early is so important.

Can the Utilman command prompt trick reset a Microsoft account password? No, and this is a common misunderstanding. That method only edits the local SAM database on your machine, not Microsoft’s cloud servers. It can, however, activate the hidden built-in administrator account or create a brand-new local account, which is enough to get you back in to grab your files.

How do I get into Windows Recovery Environment if my desktop is completely locked? Hold Shift while clicking Restart on the lock screen’s power menu. If that’s unresponsive, power on the laptop and hold the power button for 10 seconds right as the Windows logo appears, and repeat this twice. By the third boot attempt, Windows automatically loads recovery mode on its own.

Final Thoughts

Getting locked out of your own laptop is genuinely stressful, especially when you’re not sure if years of photos or important documents are still safe. I’ve walked through this exact process more times than I can count, both for myself and for people who’ve reached out after finding my other troubleshooting guides on fixmydaily.com, and the outcome is almost always the same: your files are fine, and getting back in just takes patience and the right method for your specific situation.

Take it one step at a time, double-check which account type you’re dealing with, and don’t rush the more technical steps. You’ve got this.



Surya Kanta Khilar is a B.Tech graduate and technology writer who publishes practical Android, Windows, and troubleshooting guides on FixMyDaily.