Troubleshooting “SharePoint Designer Cannot Connect to Server” Error
The “SharePoint Designer Cannot Connect to Server” error occurs when attempting to connect SharePoint Designer (SPD) to a SharePoint site. This prevents users from editing workflows, lists, and pages. The issue is common in SharePoint 2010, 2013, 2016, 2019, and SharePoint Online and can be caused by:
- Incorrect login credentials
- Network or firewall restrictions
- Blocked SharePoint Designer access
- Authentication method mismatch
- Corrupt SharePoint cache
This guide provides a step-by-step process to diagnose and resolve the issue.
Step 1: Verify Your Credentials and URL
Before troubleshooting, confirm that you are:
✅ Using the correct SharePoint site URL
✅ Using an account with sufficient permissions
✅ Not locked out by Multi-Factor Authentication (MFA)
Try Logging into SharePoint via Browser
- Open Microsoft Edge or Google Chrome.
- Navigate to your SharePoint site.
- If prompted, log in using your credentials.
- If you cannot access the site, the issue is with your account or SharePoint settings.
🔹 If the site loads successfully, proceed to Step 2.
Step 2: Verify SharePoint Designer Version Compatibility
Your SharePoint Designer version must match your SharePoint environment.
SharePoint Version | Compatible SharePoint Designer Version |
---|---|
SharePoint 2010 | SharePoint Designer 2010 |
SharePoint 2013 | SharePoint Designer 2013 |
SharePoint 2016 | SharePoint Designer 2013 |
SharePoint 2019 | SharePoint Designer 2013 |
SharePoint Online | SharePoint Designer 2013 |
Check Your SharePoint Designer Version
- Open SharePoint Designer.
- Click File > Account.
- Click About SharePoint Designer to see the version.
🔹 If the version is incorrect, download the correct one from Microsoft.
Step 3: Clear SharePoint Designer Cache
Corrupt cache files can prevent SharePoint Designer from connecting.
Manually Delete the Cache Files
- Close SharePoint Designer.
- Open File Explorer and delete the following folders:
C:\Users\%USERNAME%\AppData\Local\Microsoft\WebsiteCache
C:\Users\%USERNAME%\AppData\Roaming\Microsoft\SharePoint Designer
- Restart SharePoint Designer and try connecting again.
🔹 If the issue persists, continue to Step 4.
Step 4: Enable SharePoint Designer Access (For SharePoint Admins)
Your SharePoint Administrator may have disabled SharePoint Designer.
For SharePoint Online:
- Go to Microsoft 365 Admin Center.
- Navigate to SharePoint Admin Center > Settings.
- Scroll to SharePoint Designer Settings.
- Ensure “Allow users to use SharePoint Designer” is enabled.
- Click Save and try connecting again.
For SharePoint On-Premises:
- Open Central Administration.
- Go to Security > Configure SharePoint Designer Settings.
- Ensure the following are enabled:
- Enable SharePoint Designer
- Enable Customizations
- Enable Master Page Editing
- Click OK and restart SharePoint Designer.
🔹 If the setting is already enabled, proceed to Step 5.
Step 5: Check Authentication Method (For On-Premises Users)
SharePoint Designer requires NTLM, Kerberos, or Claims-Based Authentication.
- Open IIS Manager (
inetmgr
). - Expand Sites and select your SharePoint site.
- Click Authentication in the middle panel.
- Ensure Windows Authentication is enabled.
- If using Claims-Based Authentication, try the following URL in SharePoint Designer:
https://yoursiteurl/_layouts/15/start.aspx
- Restart IIS with:
iisreset
🔹 If authentication is correct, move to Step 6.
Step 6: Restart the SharePoint Web Services (For On-Premises Users)
If SharePoint Web Services are down, SharePoint Designer cannot connect.
- Open SharePoint Management Shell as Administrator.
- Run the following commands:
iisreset /stop iisreset /start
- Try connecting SharePoint Designer again.
🔹 If the issue persists, go to Step 7.
Step 7: Check Firewall and Proxy Settings
Firewalls and proxies may block SharePoint Designer’s connection.
- Open Internet Explorer / Edge.
- Go to Settings > Internet Options > Connections.
- Click LAN Settings and disable proxy (if enabled).
- Add SharePoint as a trusted site:
- Go to Security > Trusted Sites.
- Add your SharePoint URL (
https://yoursharepointsite.com
).
- Restart SharePoint Designer and test the connection.
🔹 If using a corporate network, contact IT to whitelist SharePoint Designer.
Step 8: Repair SharePoint Designer
If SharePoint Designer is corrupted, repairing or reinstalling it can fix the issue.
Repair SharePoint Designer
- Open Control Panel > Programs and Features.
- Find SharePoint Designer and click Modify.
- Select Repair and follow the instructions.
Reinstall SharePoint Designer
- Uninstall SharePoint Designer.
- Download the correct version:
- Install and try connecting again.
🔹 If reinstalling does not help, go to Step 9.
Step 9: Enable Legacy Authentication (For SharePoint Online Users)
If your organization disabled legacy authentication, SharePoint Designer may not work.
- Open PowerShell as Administrator.
- Connect to SharePoint Online:
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com
- Enable legacy authentication:
Set-SPOTenant -LegacyAuthProtocolsEnabled $True
- Try opening SharePoint Designer again.
🔹 If you still cannot connect, proceed to Step 10.
Step 10: Use an App Password (For Multi-Factor Authentication Users)
If your account has Multi-Factor Authentication (MFA) enabled, SharePoint Designer may not work with your normal password.
- Open Microsoft 365 Security & Compliance Center.
- Go to Security & Privacy > App Passwords.
- Create an App Password for SharePoint Designer.
- Use this App Password instead of your regular password when logging in.