Hello Malcolm Plager
Welcome to the Microsoft Community.
It seems you're encountering issues with the Windows Backup feature after upgrading to Windows 11 on your HP desktop. Error codes 0x80070002 and 0x8100002F are common Windows errors that typically indicate issues with the backup process, such as missing files or problems accessing certain directories.
Here are some steps you can take to troubleshoot and hopefully resolve these issues:
- Check for Updates: Ensure your Windows 11 is fully updated. Microsoft frequently releases updates that can fix known bugs and compatibility issues.
- Check the Backup Settings: Make sure the directories or files you're trying to back up exist and are accessible. The error could be due to the backup utility trying to back up a file or directory that has been moved or deleted.
- Perform SFC and DISM Scans:
- Open Command Prompt as an administrator by searching for
cmd in the Start menu, right-clicking on it, and selecting Run as administrator.
- Type
sfc /scannow and press Enter. Wait for the scan to complete. After that, type the following commands and press Enter after each:
arduinoCopy codeDISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
- Restart your computer after the scans are complete and try the backup again.
- Check for Disk Errors:
- Open Command Prompt as an administrator.
- Type
chkdsk /f /r and press Enter. You might need to schedule the scan at the next system restart if the drive is in use. Disclaimer: Running chkdsk can check the file system and file system metadata of a volume for logical and physical errors. To avoid any trouble for you, do not cancel or interrupt chkdsk, and back up important data.
More information please refer to this chkdsk | Microsoft Learn.
- Manual Backup: If the Windows Backup still fails, consider manually backing up your files to an external drive or using a third-party backup solution like Norton, which you mentioned works fine.
- You can create a new local account by following the steps below and switch to the newly created account to see if the function is normal. Because this cannot be ruled out due to the wrong configuration. Visit****Create a local user or administrator account in Windows - Microsoft Support****for more details.
- Create a local user account
- Select Start> Settings> Accountsand then select Family & other users. (In some versions of Windows you'll see Other users.)
- Next to Add other user, select Add account.
- Select I don't have this person's sign-in information, and on the next page, select Add a user without a Microsoft account.
- Enter a username, password, or password hint—or choose security questions—and then select Next.
- Change a local user account to an administrator account
- Select Start > Settings>Accounts.
- Under Family & other users, select the account owner name (you should see "Local account" below the name), then select Change account type.
- **Note:**If you choose an account that shows an email address or doesn't say "Local account", then you're giving administrator permissions to a Microsoft account, not a local account.
- Under Account type, select Administrator, and then select OK.
- Sign in with the new administrator account.
Note: If the new account is normal, please do not delete the old account before backing up the data of the old account to avoid any data loss. Note: If the new account can install the feature normally, and you want to use the new account, then you need to understand that the user data in the old account (under the C:\user<your user name> directory) will not be synchronized To the new account, you can only restore the data as much as possible by copying all the data (files, folders) under the old account to the new user folder and replacing the files/folders under new user account, then there is no guarantee of 100% success, including your User data from some Windows apps and all third-party apps in the old account won't sync. So please proceed with caution.
If there is anything not clear or I can't understand your problem, please do not hesitate to let me know.
Best Regards
Patch - MSFT | Microsoft Community Support Specialist