-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Troubleshooting Missing WebView2
dbeaver-devops edited this page Jul 7, 2026
·
2 revisions
Some DBeaver features depend on an embedded browser component called Microsoft Edge WebView2. On Windows 10 and 11, it comes pre-installed. On Windows Server, it's not included by default and must be installed manually.
Without WebView2, the following features won't work:
- AI chat
- GIS viewer
- Execution plan diagram
- Other views that use embedded browser rendering
If WebView2 is missing, you may see:
- AI chat displaying N/A instead of responses
- unhandled event loop exceptions in the error log
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/p/?LinkId=2124703" -OutFile "C:\Windows\Temp\MicrosoftEdgeWebview2Setup.exe"
Start-Process "C:\Windows\Temp\MicrosoftEdgeWebview2Setup.exe" -ArgumentList "/silent /install" -WaitOr download and run the installer from the Microsoft Edge WebView2 page.
After installation, reboot the machine.
After installing WebView2, make sure DBeaver is using it:
- Open Window -> Preferences -> General -> User Interface.
- Set the web engine to Edge.
- Restart DBeaver.
- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Smart Assistance
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- Standalone
- Cloud-hosted
- FAQ
- Development