Step-by-step guide to installing Windows 11 with a local account (without a Microsoft account)
Step 1: Prepare Installation Media
-
Download the Windows 11 ISO from Microsoft’s official website:
https://www.microsoft.com/software-download/windows11 -
Create a bootable USB using Rufus or the Media Creation Tool:
-
Rufus Method (recommended for bypassing Microsoft account requirement):
-
Download Rufus: https://rufus.ie/
-
Select the USB drive, choose the Windows 11 ISO, and click Start.
-
Under “Windows installation options,” select “Skip TPM & Secure Boot checks” (if needed for older hardware).
-
-
Step 2: Boot from USB & Start Installation
-
Insert the USB into the PC and restart.
-
Enter BIOS/UEFI (press F2/DEL/ESC during boot, varies by motherboard).
-
Set USB as the first boot device and save changes.
-
Windows Setup will load—select language, time format, and keyboard layout → Next.
Step 3: Install Windows 11
-
Click “Install Now”.
-
Enter your product key (or skip if you’ll activate later).
-
Select Windows 11 Pro/Home (Pro allows more local account options).
-
Accept the license terms → Next.
-
Choose “Custom: Install Windows only (advanced)”.
-
Select the drive, format if needed, and click Next.
Step 4: Bypass Microsoft Account Requirement
-
After installation, Windows will prompt for a Microsoft account (do not enter one).
-
Disconnect from the internet (unplug Ethernet/Wi-Fi) to force local account creation.
-
If online, press Shift + F10 to open Command Prompt and run:
OOBE\BYPASSNRO
OR
start ms-cxh:localonly
This reboots the PC and adds a “I don’t have internet” option.
-
-
On the next screen:
-
Select “I don’t have internet” → “Continue with limited setup”.
-
-
Click “Continue with a local account”.
Step 5: Create a Local Account
-
Enter a username (e.g., “Admin”).
-
(Optional) Set a password or leave blank.
-
Skip security questions (if prompted).
-
Adjust privacy settings (disable ads/tracking if preferred) → Accept.
Step 6: Complete Setup
-
Wait for Windows to finalize settings.
-
Once at the desktop, reconnect to the internet.
-
(Optional) Activate Windows via Settings > Update & Security > Activation.
Troubleshooting
-
If Microsoft account prompts return, run Shift + F10 and type:
net user [username] /add net localgroup administrators [username] /add
Replace
[username]
with your desired name.