User Profile Service failed the logon / User folder path wrong

User Folder Path Changed After Profile Corruption – Fix It

Windows Errors Intermediate 👁 9 views 📅 Jun 25, 2026

Your user folder path got messed up after a crash or corruption. Here’s how to fix it without losing your files.

So your user folder path changed. One day you log in, and suddenly your Desktop is empty, your Documents are gone, and the folder is named something weird like C:\Users\Temp or C:\Users\User.OLD. Happened to a client of mine last month after a power outage corrupted their profile mid-session. It’s not a virus – it’s Windows profile corruption. Let me walk you through the fix.

1. Profile Corruption from a Crash or Bad Update (Most Common)

This is the usual suspect. Windows tries to load your profile, finds it’s damaged, and creates a temporary one. Your actual user folder is still there, but Windows isn’t pointing to it.

The Fix: Edit the Registry to Point to the Right Folder

  1. Log in with a different admin account (or use Safe Mode with Networking).
  2. Press Win + R, type regedit, hit Enter.
  3. Go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  4. Look for a key that has a weird GUID like S-1-5-21-... with a .bak extension. That’s your corrupted profile.
  5. Check the ProfileImagePath value. If it points to C:\Users\Temp or C:\Users\User.OLD, you need to fix it.
  6. First, rename the .bak key by removing the .bak extension. Right-click it, select Rename, delete .bak.
  7. Then, change the ProfileImagePath to the correct path like C:\Users\YourOldName. If your old folder is still there (check in File Explorer), use that name. If it’s gone, you might need to recreate it, but usually it’s still there.
  8. Reboot and log in as yourself.

Had a client last month whose entire print queue died because of this – his user folder pointed to C:\Users\Temp and all his printer settings were gone. This fix brought it back in 5 minutes.

2. Windows 10 Update Renamed Your Folder

Sometimes a Windows update (like feature updates) renames your user folder to C:\Users\YourName.OLD or C:\Users\YourName.CORRUPT. It’s a safety move by Windows – it thinks your profile is broken.

The Fix: Use System Restore or Roll Back the Update

  • Go to Settings > Update & Security > Recovery.
  • Click Go back to the previous version of Windows 10. This undoes the update and restores your original profile path.
  • If it’s been more than 10 days, that option might be grayed out. In that case, do the registry fix above.

Skip reinstalling Windows – that’s overkill. The registry fix handles 90% of these cases.

3. Manual Rename or Deleted Profile Folder

Sometimes someone (maybe you, maybe an IT guy) renamed or deleted the user folder by accident. Windows then can’t find it and creates a temporary one.

The Fix: Restore the Folder from Backup or Recreate It

  1. Check if the C:\Users\YourOldName folder still exists. If it’s been renamed to YourOldName.OLD, rename it back.
  2. If it’s deleted, restore it from a backup (you do have one, right?). If no backup, use file recovery software like Recuva – but act fast before Windows overwrites the space.
  3. If you can’t recover the folder, you’ll have to create a new user profile entirely: create a new local admin account, copy your data over, and delete the old profile using System Properties > Advanced > User Profiles.

I had a small business client whose employee renamed his folder to “Desktop” thinking it would organize things. Took me 20 minutes to fix with the registry method.

Quick-Reference Summary Table

CauseSymptomFix
Profile corruption from crashTemp profile, folder path wrongEdit registry ProfileImagePath
Windows update renamed folderUser folder has .OLD suffixRoll back update or registry fix
Manual rename or deletionFolder missing or renamedRestore from backup or recreate profile

Don’t panic when this happens. It’s common, and you can fix it without reinstalling Windows. Just remember – the registry is your friend here, but back it up first. One wrong move and you’re in worse trouble. And if you’re not confident, call someone who’s done it before. Your files are probably still there.

Was this solution helpful?