What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.
Forgetting your Windows password can be frustrating. Many people think a password reset disk is the only solution. However, there are several effective ways to reset your Windows password without one. This guide will walk you through various methods, ensuring you can regain access to your computer.
Understanding the Challenge: Why Passwords Matter
Passwords are your first line of defense against unauthorized access to your Windows operating system and personal data. They’ve been a fundamental security measure since the early days of computing. While crucial for security, they can also become a barrier if forgotten. Historically, resetting a password often involved specific recovery tools or reinstalling the OS entirely. Today, thankfully, there are more user-friendly approaches.
General shopping ads
Method 1: Using Another Administrator Account
This is the simplest method if you have access to another administrator account on the same computer. An administrator account has elevated privileges, allowing it to manage other user accounts, including changing their passwords.
Here’s how to do it:
- Log in with the other administrator account.
- Open Control Panel. You can find it by searching in the Windows search bar.
- Go to User Accounts and then User Accounts again.
- Click on Manage another account.
- Select the account whose password you want to reset.
- Click on Change the password.
- Enter a new password, confirm it, and add a password hint if desired.
- Click Change password to save the changes.
You can now log in to the forgotten account with the new password.
Free tools Windows power users keep installed
One-click scans. No signup required.
Shopping ad
- Dimensions: 7.5" x 4.3" x 2.2". Compact size and lightweight make it easy to carry and put into your backpack, handbags or laptop bag without taking much space. Suitable for family use and daily organization. Note: Small mesh pockets are ideal for charging cords no longer than 3ft; longer cables (over 3ft) fit better in the larger compartments
- Quality Material: This electronic organizer travel case made of high quality durable waterproof oxford and soft sponge inside to secure your gadgets in place and deliver a quick access whenever you want. Water-resistant fabric protects your gear from unexpected splashes, keeping all your electronic essentials safe and secure
- Double Layers Design: This tech pouch features a double-layer interior design with 8 compartments, including multiple see-through mesh pockets and ample space to store your cords, cables, USB drives, cellphone, charger, mouse, flash drive and more, keeping all accessories neatly organized and tangle-free
- Practical and Convenient: Comes with a comfortable hand strap for easy carrying; You may carry it in your hand when heading out. Durable and smooth zipper closure keeps your favorite device securely, convenient for you to have quick access to the items inside the case
- Portable and Lightweight: The small size and lightweight design durable cable organizer pouch is a perfect choice when going on holiday, business trip, travel, office. Enjoy hassle-free travel without wasting time on tangled accessories. Great gift for yourself also a nice share with families and friends. (No include cords, electronic accessories)
Method 2: Microsoft Account Password Reset (Windows 10/11)
If you’re using a Microsoft account to log in to Windows 10 or 11, you can reset your password online from any device with internet access. A Microsoft account is a web-based service that integrates with various Microsoft products and services, including Windows.
Follow these steps:
- Go to the official Microsoft account password reset page on a web browser.
- Enter the email address, phone number, or Skype name associated with your Microsoft account.
- Click Next.
- Choose a verification method (e.g., receive a code via email or phone).
- Enter the code you receive to verify your identity.
- Once verified, you’ll be prompted to create a new password.
- After resetting, you can use the new password to log in to your Windows computer. Your computer needs to be connected to the internet for this to sync.
Method 3: Using Command Prompt (Advanced)
This method involves using the Command Prompt to replace the Utility Manager or Sticky Keys application with a Command Prompt window at the login screen. This is a more technical approach and requires careful execution. The Command Prompt (CMD) is a command-line interpreter application available in most Windows operating systems. It executes commands entered by the user.
Important Note: This method can be risky if not performed correctly and may require a Windows installation media (USB or DVD) to access the repair environment.
Shopping ad
- 【UPGRADED LAPTOP CLEANING KIT 】 The macbook cleaning kit computer screen cleaner comes with a number of accessories including a retractable large brush, polishing cleaning cloth X 2, keycap puller, metal pen tip, flocking sponge, thin soft brush, soft plastic lens cleaning pen, 5 replacing cloth, large cleaning microfiber cloth. You deserve the comprehensive computer cleaning kit keyboard vacuum at a low cost
- 【PROFESSIONAL KEYBOARD CLEANING KIT】 The laptop screen cleaner keyboard cleaner can pull out the keycaps of gaming keyboards and mechanical keyboards. A retractable keyboard brush works on laptops and keyboards, while the mini high-density brush is great for deep cleaning between keys for cleaning between flatter keys on a laptop, the metal pin tip gently removes any stains. This electronic cleaning kit macbook cleaner totally meets professional cleaning needs
- 【OFFICE DESK ACCESSORIES】This keyboard cleaner kit is easy to use and can clean your keyboard and electronic screen with just one swipe. Wiping with the 2mm thicken widen polishing cleaning cloth designed at a right angle for better fitting screen corners of computers with our recyclable cleaning spray, The laptop cleaner kit for macbook effectively absorbs stubborn stains, leaves no discoloration, no streaks, and no fiber shedding on the screens
- 【MULTIFUNCTIONAL TOOLS 】Mini soft brush and soft plastic lens cleaning pen are specially designed for DSLR camera screen, lens, and other delicate surfaces. 5 more cleaning cloths of it supplied for replacement. The flocking sponge is an excellent tool for cleaning earbuds charging cases, And the earbud cleaning kit is ideal. This electronics for college students is equivalent to 10 other electronic cleaning kit
- 【PORTABLE DESIGN & CLEANER TOOL】 The office supplies is compact in design, easy to carry, and you can easily take it anywhere. It's convenient to keep one in a drawer, one in your car, or in your bag and dorm. It is easy to use and can clean your keyboard and electronic screen with just one swipe. Is the college essentials cleaning tool for your friends, family, colleagues and students
Here’s a general outline of the steps:
- Boot from Windows Installation Media: You’ll need a bootable USB drive or DVD with your Windows version. If you don’t have one, you’ll need to create one on another computer.
- Access Command Prompt:
- Boot your computer from the installation media.
- On the Windows Setup screen, click Next and then Repair your computer.
- Select Troubleshoot > Advanced options > Command Prompt.
- Identify your Windows Drive: Your Windows installation might not be on the C: drive in this environment. Type diskpart and then list volume to identify the correct drive letter for your Windows installation (look for the “System” partition, usually). Let’s assume it’s D: for this example. Type exit to leave diskpart.
- Backup and Replace Utility Manager:
- Type copy D:\windows\system32\utilman.exe D:\windows\system32\utilman.exe.bak and press Enter. (This backs up the original Utility Manager).
- Type copy D:\windows\system32\cmd.exe D:\windows\system32\utilman.exe and press Enter. (This replaces Utility Manager with Command Prompt).
- Reboot your computer without the installation media.
- Access Command Prompt at Login: On the login screen, click the Ease of Access icon (usually a small circle with an arrow, like a person in a circle icon, or a keyboard icon) in the bottom-left corner. This will now open Command Prompt.
- Reset Password: In the Command Prompt, type net user <username> <new_password> and press Enter.
- Replace <username> with your actual username.
- Replace <new_password> with your desired new password.
- For example: net user JohnDoe NewPass123
- Close Command Prompt and log in with your new password.
- Restore Original Utility Manager: After successfully logging in, it’s crucial to restore the original utilman.exe. Boot back into the Windows installation media, access Command Prompt as before, and type:copy D:\windows\system32\utilman.exe.bak D:\windows\system32\utilman.exe and press Enter.
Method 4: Using a Live Linux USB (Advanced)
This method involves booting your computer from a Live Linux USB drive to access your Windows partition and modify specific files. A Live Linux distribution runs entirely from RAM and the USB drive, without needing to be installed on your hard drive. This allows you to bypass the Windows login screen.
Prerequisites:
- A USB flash drive (at least 4GB).
- Another computer to download a Linux ISO (e.g., Ubuntu) and create a bootable USB (using tools like Rufus or Etcher).
Steps:
- Create a Bootable Linux USB:
- Download an Ubuntu ISO file from the official Ubuntu website.
- Use a tool like Rufus or Etcher on another computer to create a bootable USB drive from the ISO.
- Boot from the Linux USB:
- Insert the USB drive into your locked computer.
- Restart the computer and enter your BIOS/UEFI settings (usually by pressing F2, F10, F12, or Delete during startup).
- Change the boot order to boot from the USB drive.
- Select “Try Ubuntu” (or similar) when prompted.
- Access Windows Partition:
- Once Ubuntu loads, open the file manager. Your Windows partition should be visible. Mount it by clicking on it.
- Navigate to System32 and Replace Files (Similar to Method 3):
- Go to <Your_Windows_Partition>/Windows/System32.
- Find cmd.exe and make a copy of it. Rename the copy to utilman.exe.
- You might need to delete or rename the existing utilman.exe first (mv utilman.exe utilman.exe.bak).
- Reboot and Reset Password:
- Restart your computer and boot into Windows normally.
- On the login screen, click the Ease of Access icon (as in Method 3). This will open Command Prompt.
- Use the net user <username> <new_password> command to reset the password.
- Restore Original Files: Boot back into the Linux USB and restore the original utilman.exe from your backup (utilman.exe.bak).
Method 5: Using a Third-Party Password Reset Tool (Caution Recommended)
Several third-party tools claim to reset Windows passwords. While some can be effective, others might be unreliable or even malicious. Exercise extreme caution when using such tools. Always download from reputable sources. These tools often create a bootable USB or CD/DVD that can bypass the Windows login.
Shopping ad
- Compatible Space: This electronics organizer bag features 2 zippered mesh pockets fits phones, standard power banks, 4 elastic loop pouches for small items, 2 elastic loop pouches for wireless headphones and small chargers. Elastic loops for phone charging cable. And specific slots for SD cards. Please check the size to ensure it meets your needs
- Lightweight Travel Accessories: The size of the electronic organizer travel case is 10.6" L x 7.5" W x 1.2" H, Compact but substantial size fits your intended bag or space. Suitable for traveling use and daily organization
- Keep Everything Organized: This compact travel organizer features dedicated compartments for your phone charger, cables, and tech accessories, keeping them tangle-free and ready to go. You can find travel accessories quickly, no chasing cords in your pack anymore
- Durable Travel Essentials: Features double zippers for easy access, elastic loops with non-slip grips for daily protection. Organizer for office use and traveling, (Not including cords, electronic accessories). It can serve as a travel checklist. Before you leave a place, just open the case and check if everything is there, preventing you from leaving things behind
- Versatile Use: Its practicality and convenience make it a travel essential bag. It is suitable for a weekend trip, business trip, and travel. This organizer pouch is suitable for office, business, daily use and can be given as a gift for friends, family, or men, for birthdays, Valentine's Day, Christmas Day, Father's Day
General steps (may vary by tool):
- Download and Create Bootable Media: On another computer, download the chosen tool and follow its instructions to create a bootable USB or CD/DVD.
- Boot from Media: Boot your locked computer from the created media.
- Follow On-Screen Instructions: The tool will typically scan for Windows installations and present options to reset or remove user passwords.
- Restart and Log In: After the tool completes the process, remove the media and restart your computer. You should now be able to log in with no password or the new password you set.
Key Considerations and Best Practices
- Prevention is Key: The best way to deal with a forgotten password is to prevent it in the first place.
- Password Hint: Always set a helpful password hint.
- Password Manager: Use a reputable password manager to store complex passwords securely.
- Regular Backups: Regularly back up your important data to an external drive or cloud storage.
- Create a Password Reset Disk (Proactive): While this article focuses on not having one, it’s wise to create a password reset disk before you forget your password. Search “create password reset disk Windows” in your settings.
- Account Type: Be aware of whether you’re using a local account or a Microsoft account, as the recovery methods differ significantly.
- Administrator Privileges: Many of these methods require administrator privileges or access to the system at a lower level.
- Data Security: Be mindful that some advanced methods involve bypassing security measures. Only perform these steps on your own computer and ensure you follow instructions carefully to avoid data loss or system instability.
FAQ Section
Q1: Can I reset my Windows password without losing data?
Yes, all the methods described in this article are designed to reset your password without deleting or formatting your data.
Q2: What’s the difference between a local account and a Microsoft account for password reset?
Shopping ad
- Universal fit: ColorCoral cleaning gel, simple and convenient cleaning kits for PC/laptop keyboard and other rugged surface, such as the car vent, camera, printer, telephone, calculator, Instrument, speaker, air conditioner, TV and other appliances
- Safe cleaning gel: The keyboard cleaner gel is made from natural gel, no sticky to hands, smells sweet with lemon fragrance, no stimulation to skin
- Easy dust cleaning: Make sure your hands are dry and clean, knead the cleaning gel into a ball, press the cleaning gel slowly into the keyboard, car vent and rugged surface till the cleaning gel could touch the bottom and then pull out, the dust would be carried away with the cleaning gel
- Reusable: The keyboard cleaning gel could be used repeatedly till the color turn to dark or it become sticky, then you have to replace the cleaning gel with a new one. After cleaning, please stock the cleaning gel in cool place. (Note: Don’t wash the gel in water.)
- In the package: 1 can of universal cleaning gel, we provide the cleaning gel with brand new, if you find the package broken, the cleaning gel dirty, or any other quality issues, please email us through message, we provide you new one soon
A local account password can only be reset on the specific computer, often requiring administrative access or bootable tools. A Microsoft account password can be reset online from any device, as it’s linked to an online service.
Q3: Is it safe to use third-party password reset tools?
The Tool Desk
Outbyte Driver Updater FREEScan for outdated or missing drivers - takes under a minuteDriver Scan →Outbyte PC Repair FREEClear out junk files and repair common Windows errorsFree Scan →Some third-party tools are legitimate and effective, but others can be risky. Always research and download from highly reputable sources to avoid malware or further system issues. Exercise extreme caution.
Shopping ad
- Award-Winning Compact Design & EDC-Ready Gift Choice: Weighing only 0.09 lb and sized like a credit card, this compact laser measure is designed for everyday carry. It slips easily into a pocket, tool pouch, or bag, and can attach to a keychain for quick access wherever you go. Its minimalist design, premium tactile finish, and practical one-button measuring make it a useful EDC gadget for DIYers, real estate agents, homeowners, and tech enthusiasts. A thoughtful gift for men on any occasion
- One-Button Easy Measuring, Simple to Use: Designed with simple one-button operation, this compact laser tape measure makes quick measuring easy without complicated controls. Just press to measure room dimensions, furniture spacing, window height, wall décor placement, and everyday distances around the home. Ideal for users who want a smart, pocket-size measuring tool that fits naturally into an everyday carry (EDC) setup and feels intuitive, modern, and easy to use
- Fast & Accurate Indoor Measurements with Class 2 Laser: Measure distances from 0.16 ft to 98 ft with up to ±1/16 in / ±2 mm accuracy. With quick measurement response in about 0.2 seconds, HOTO helps you check spaces efficiently for home renovation, furniture layout, moving, decorating, craft projects, and DIY planning. Built with a Class 2 laser for everyday indoor measuring; use as directed and avoid direct eye exposure
- Low-Power OLED Display & USB-C Rechargeable Convenience: The low-power OLED display provides clear indoor readings while helping reduce battery drain. With USB-C rechargeable design, auto shut-off, and up to 1000 measurements per charge, this digital laser measure is built for repeated daily use without frequent battery replacement. Compact enough to keep in a drawer, toolbox, bag, or pocket
- Useful for Home, Work & Everyday Projects: From home renovation and furniture measuring to room planning, real estate checks, interior design, and light construction projects, this pocket-size laser distance measure is made for practical everyday use. Compact enough to keep in a drawer, toolbox, bag, or pocket, it is a stylish measuring tool that feels just as giftable as it is useful
Q4: How can I create a password reset disk for future use?
You can create a password reset disk directly from Windows settings. Search for “create a password reset disk” in the Windows search bar. You’ll need a USB flash drive or floppy disk for this.
Q5: What should I do if none of these methods work?
Quick wins for a faster PC:
Scan for outdated or missing drivers - takes under a minuteDriver Scan →Clear out junk files and repair common Windows errorsFree Scan →If you’ve tried all methods and still can’t access your computer, reinstalling Windows might be your last resort. This will erase all data on the system drive, so ensure you have backups. You may also consider seeking professional IT support.
More shopping ads
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.
Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.

