Solved Cannot reinstall Edge WebView2

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Status
Not open for further replies.

Lookalike

PCHF Member
PCHF Member
Jan 20, 2025
13
2
25
Some time ago I uninstalled some bloatware, including edge and edge WebView2 as part of some PC clean-up related to another thread I posted here regarding some internet speed issues.

Since then I was looking to play a Minecraft modpack through the Modrinth app. As Modrinth uses webView2 it cannot launch. I attempted to reinstall webview2 using the install wizard however the wizard will not open. I have looked for people with similar issues and found nothing.

Any ideas on what's going on or possible solutions?

Many thanks :)
 

1744938553932.webp
 
I've already tried that one and unfortunately the wizard just doesn't launch, the cursor shows its loading for about 5 seconds and then nothing. Nothing even comes up on "apps" bar of taskmaster.
 
Also, double click your recycle bin find everything edge related and right click and restore. Then reboot the machine and test.

1744943759603.webp 1744943791101.webp
 
  • Like
Reactions: xrobwx71
Open an elevated powershell.
In the prompt, copy and paste this and hit enter.

Code:
Get-ItemProperty -Path "HKLM:\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" `
    -ErrorAction SilentlyContinue |
Where-Object { $_.DisplayName -like "*WebView2*" } |
Select-Object DisplayName, DisplayVersion

Let us know the output.
 
Back again. I've restored from the recycle bin and restarted PC still no luck, the edge app wont open. The wizard is still not opening either.

I ran the PowerShell command here's what I got:
DisplayName DisplayVersion
----------- --------------
Microsoft Edge WebView2 Runtime 131.0.2903.146

looks like it is installed then? But for some reason it cant be accessed by programs that need webview?
 
I've resolved this issue by using a different mod API program that doesn't require webview2.
Still no luck with the reinstall though.
 
I've resolved this issue by using a different mod API program that doesn't require webview2.
Still no luck with the reinstall though.
1. Thank you so much for letting us know a workaround. It will help others at least get to a working state.
2. Are you where you want to be, or do you want to go further and figure out what's blocking the install? Anti Virus can do this. All of them, even the one built into Windows. Some block without any kind of notification.
 
I think I'm okay. in the unlikely scenario this becomes an issue again I'll come back to this forum, you guys are great. But you can consider this issue resolved.
For future reference the Prism launcher supports the same mod packs and doesn't require WebView2

Again, thanks for the help chaps :)
 
  • Like
Reactions: xrobwx71
Status
Not open for further replies.