All of your minidump files reference ntkrnlmp.exe, a core Windows component, but don’t point to a specific driver. This usually means another driver or hardware issue is causing the crashes. Please enable Driver Verifier to identify the problematic driver.
Press Win + S, type cmd, right-click "Command Prompt", and then select "Run as administrator".
In the command prompt, type the following command and press Enter: verifier
In the Driver Verifier Manager window, select:
Create standard settings > Next
Select "Automatically select all drivers installed on this computer" > Done
Restart your computer.
After restarting, use the computer normally until the system crashes or freezes. If this happens:
Make a note of the error message or stop code displayed on the blue screen.
After the crash, restart the system, and then run the following command to disable the driver verifier: verifier /reset
Then restart your computer.
If Windows fails to start after enabling driver verification:
Turn on your computer and once you see the rotating dot, immediately press and hold the power button for 5-10 seconds to force a shutdown.
Repeat this process twice > On the third startup, Windows should enter recovery mode.
Go to Troubleshoot > Advanced options > Startup Settings > Restart.
After restarting your computer, press 4 to enter safe mode.
Open a command prompt (administrator) and run the following command:
verifier /reset
verifier /bootmode resetonbootfail
Restart your computer.
Finally, navigate to the following location: C:\Windows\Minidump
If you see any .dmp (minidump) files, please compress them and share them here so I can analyze the cause of the problem.