← Back to Troubleshooting
Windows 10/11 Troubleshooting Guide
1. No Network / Internet Access
- Check physical connection (cable/WiFi toggle)
- Run
ipconfig - check for valid IP (not 169.254.x.x)
- Try
ipconfig /release then ipconfig /renew
- Flush DNS:
ipconfig /flushdns
- Restart the network adapter via Device Manager
2. Slow Performance
- Open Task Manager (Ctrl+Shift+Esc) - check CPU/Memory/Disk usage
- Disable unnecessary startup programs
- Check for pending Windows Updates
- Run Disk Cleanup
3. Application Won't Open / Crashes
- Restart the application, then the device
- Check for app updates
- Run the app as Administrator
- Check Event Viewer for error logs (Windows Logs → Application)
4. Printer Not Working
- Check printer is powered on and connected (USB/network)
- Restart the Print Spooler service (services.msc)
- Remove and re-add the printer
- Update/reinstall printer drivers
5. Login / Profile Issues
- Verify account isn't locked in Active Directory
- Check Caps Lock / keyboard layout
- Try logging in with a different account to isolate profile vs. system issue
- For corrupted profiles, may need to create a new local profile
Useful Tools
msconfig - startup/boot configuration
services.msc - manage Windows services
devmgmt.msc - Device Manager
eventvwr.msc - Event Viewer for logs