Hello Terry Welsh,
While your sequence of events, installing Windows 11 and then rolling back to Windows 10, might seem like the trigger, it rarely invalidates an OEM key because Windows 10 and 11 share the exact same licensing structure and digital entitlement logic. The fact that the key retrieved via the command prompt (likely using wmic path softwarelicensingservice get OA3xOriginalProductKey) is failing almost certainly points to an Edition Mismatch.
Your Dell desktop likely shipped with a license for Windows 10 Home or Windows 10 Home Single Language, but the installation media you used for the clean install defaulted to or was selected as Windows 10 Pro. An OEM Home key cannot activate a Pro installation, and the system will reject it immediately, often with error code 0xC004F074 or 0xc004f050. Before proceeding with complex troubleshooting, verify your current installed edition by typing winver in the Start menu search and hitting Enter. If it says "Windows 10 Pro" and your device was a standard consumer retail purchase, this is the conflict.
To resolve this, you do not necessarily need to reinstall Windows if you are simply downgrading from Pro to Home, although a clean install is the official Microsoft recommendation. However, if you are on the correct edition and it still fails, the activation channel might be stuck. Open PowerShell as Administrator and run slmgr /upk to uninstall the current product key, followed by slmgr /cpky to clear it from the registry. Then, try to force the installation of your BIOS key using slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (replace X with your retrieved key) and slmgr /ato to attempt online activation.
If this returns a specific error code (like 0xC004C008 or 0xC004C003), please reply with that exact code and the specific Edition listed in your winver window. Without those two data points, we are guessing at the mismatch type, but verifying the Home vs. Pro alignment is the critical first step.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
VP