Why Microsoft Account Email Shows in Settings and How to Hide It
🔍 WiseChecker

Why Microsoft Account Email Shows in Settings and How to Hide It

Quick fix: Microsoft account email shows in Settings → Accounts → Your info, in Sign-In screen, and in some apps. To hide: Settings → Accounts → Your info → switch to a local account (no Microsoft email shown). For sign-in screen privacy: gpedit.mscInteractive logon: Don’t display username at sign-in → Enabled. Or registry: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DontDisplayUserName = 1.

Microsoft account email appears in Settings, login screen, app integrations. Privacy-conscious users want to hide it. Solutions: switch to local account (no email), or hide via Group Policy / registry while keeping Microsoft account benefits.

Symptom: Microsoft account email visible in Settings; want to hide for privacy.
Affects: Windows 11.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this

Microsoft account is your primary identity on Windows. Email is shown for verification (you know whose PC you’re logged into). For privacy:

  • Shared PC where strangers see Settings.
  • Screen recording / streaming.
  • Corporate compliance.
  • Reducing exposure of personal email.

Method 1: Switch to local account

The most privacy-friendly.

  1. Open Settings → Accounts → Your info.
  2. Click Sign in with a local account instead.
  3. Confirm. Enter current Microsoft account password.
  4. Create local username and password. No email tied.
  5. Sign out. Sign in with local account.
  6. Settings → Accounts → Your info now shows just username, no email.
  7. Sign-in screen shows username, no email.
  8. Caveat: lose Microsoft account benefits: cloud sync, app store license tied to MS account, settings backup, Find My Device.
  9. For mixed: use local account for Windows; sign in to Microsoft Store / Office / OneDrive separately when needed.

This is the simplest privacy route.

ADVERTISEMENT

Method 2: Hide email via Group Policy / registry

For keeping Microsoft account.

  1. Open Group Policy Editor (Pro/Enterprise): gpedit.msc.
  2. Navigate: Computer Configuration → Windows Settings → Security Settings → Local Policies → Security Options.
  3. Find Interactive logon: Don’t display last signed-in. Set to Enabled.
  4. Find Interactive logon: Don’t display username at sign-in. Set to Enabled.
  5. Apply. Run gpupdate /force.
  6. Sign-in screen now requires username + password without showing.
  7. For Home edition (no gpedit): registry equivalents:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    DWORD: DontDisplayUserName = 1
    DWORD: DontDisplayLockedUserId = 3
  8. Reboot or sign out/in.
  9. Settings → Accounts still shows email; but lock screen / sign-in hidden.

This hides only the sign-in screen, not Settings.

Method 3: Hide Settings → Accounts profile area

For full Settings privacy.

  1. Settings → Accounts profile picture and email is built-in. Windows doesn’t natively hide.
  2. Workaround: hide entire Accounts page in Settings (extreme):
    • Open Group Policy: User Configuration → Administrative Templates → Control Panel.
    • Find Hide specified Control Panel items. Enabled. Add “Accounts” or specific page identifier.
    • Or registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer → SettingsPageVisibility (REG_SZ): hide:accounts.
  3. This hides entire Accounts page from Settings.
  4. Trade-off: can’t access account settings without re-enabling.
  5. For business setup: Microsoft Family or work account doesn’t show personal email in same way.
  6. For Microsoft account converted to alias: use an alias email (less personal) as primary. Settings → Accounts shows alias.
  7. For specific apps showing email: each app has its own profile. Sign out and use without account where possible.

This is the broader privacy override.

How to verify the fix worked

  • Settings → Accounts: no email visible (for local account) or hidden by policy.
  • Lock screen / sign-in: no email shown.
  • Family Safety / Account sites still show email (server-side; not local).
  • Apps integrated with Microsoft account may still show email in their UI.

If none of these work

If email still shows: App-level display: each app handles independently. For chronic exposure: use anonymous alias email for Microsoft account. Switch primary at account.live.com. For screen capture protection: Settings → System → Display → Privacy filter (laptop with privacy screen). For business privacy: use work / Entra ID account, not personal MS account. For specific contexts: present from another user account just for screen sharing. For corporate compliance: Group Policy for entire fleet. For absolute privacy: local account only. Accept Microsoft account benefits loss.

Bottom line: For best privacy: switch to local account (Settings → Accounts). For policy hide on sign-in: gpedit or registry DontDisplayUserName = 1. For Settings page hide: SettingsPageVisibility registry.

ADVERTISEMENT