Hello,
Performance degradation like this isn’t typical and might be due to various factors that may be related to the operating system environment, configuration, or an underlying issue. Here are some potential causes and troubleshooting steps you can consider:
Windows Settings and Configuration:
Check for any power-saving settings on your Windows 11 system that could be limiting your CPU performance. Make sure you’re using a high-performance power plan. Try disabling or configuring Windows Defender or other antivirus software
Verify that you are using the same version of Python and all related packages as you were on Windows 10. Python itself or any of the packages could have received updates that impact performance differently on Windows 11.
You mentioned using a Home Edition and a specific build number. Check if you are on the latest version and whether there are any pending updates that might address performance issues in Windows 11. Sometimes, early builds of a new OS can have performance known issue that are fixed in later updates.
Hardware Drivers:
Ensure that all drivers, particularly the chipset and storage controller drivers, are up to date on your Windows 11 system. Manufacturers may release Windows 11-specific drivers that could optimize performance.
Performance Monitoring:
Use Windows Performance Monitor and Resource Monitor to check system resource utilization and what might be causing the bottleneck during your Python script execution.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.