When you see the error “Cannot update the public folder free/busy information” in Outlook, your calendar availability data fails to sync with the Exchange public folder hierarchy. This error typically occurs when Outlook cannot connect to the public folder database that stores free/busy data or when cached credentials become stale. The problem can block meeting scheduling and prevent coworkers from seeing your available time slots. This article explains why the error happens and provides five tested methods to resolve it.
Key Takeaways: Fixing the Free/Busy Update Error
- Control Panel > Mail > E-mail Accounts > Change > More Settings > Security: Enable or disable the option “Always prompt for logon credentials” to reset cached authentication.
- Outlook > File > Account Settings > Account Settings > Change > More Settings > Connection: Uncheck “Connect to Microsoft Exchange using HTTP” to bypass RPC over HTTP if the proxy is misconfigured.
- Outlook > File > Account Settings > Account Settings > Change > More Settings > Advanced: Turn on “Use Cached Exchange Mode” and set the slider to a longer mail sync period to reduce public folder free/busy conflicts.
Why Outlook Cannot Update Public Folder Free/Busy Information
The free/busy information for your mailbox is stored in a system public folder on the Exchange server. Outlook retrieves this data through the public folder hierarchy. The error occurs when one of these conditions is true:
Your Outlook profile has cached credentials for the Exchange server, and those credentials have expired or changed. The connection to the public folder database (PFDB) is blocked by a firewall, proxy, or misconfigured RPC over HTTP settings. The public folder database itself is offline or has replication issues. Outlook is running in online mode but the public folder referral is broken. The free/busy folder (SCHEDULE+ FREE BUSY) is missing or corrupted in the public folder hierarchy.
The error appears most often after a password reset, a change in the Exchange server, or when Outlook is configured to connect over HTTP instead of TCP. Users on a VPN or remote connection are more likely to see this error because the RPC over HTTP proxy settings must match the server configuration exactly.
Steps to Fix the Free/Busy Update Error
Follow these methods in order. Test after each method before moving to the next.
Method 1: Clear Cached Credentials in the Credential Manager
- Open Credential Manager
Press the Windows key and type “Credential Manager”. Click the result to open the control panel applet. - Select Windows Credentials
Click the Windows Credentials tab. Look for any entry that contains the name of your Exchange server or the word “Outlook”. - Remove stale credentials
Click the arrow next to each suspicious entry and select Remove. Confirm the removal. Common entries to remove include “MicrosoftOffice15_Data:ADAL:…”, “MicrosoftOffice16_Data:ADAL:…”, and any generic credential pointing to your Exchange server FQDN. - Restart Outlook
Close and reopen Outlook. When prompted, enter your current domain credentials.
Method 2: Verify Public Folder Database Connectivity
- Open Outlook in safe mode
Press Windows key + R, type “outlook /safe”, and press Enter. Safe mode disables add-ins that might interfere with public folder connections. - Navigate to the public folder list
In the left navigation pane, scroll to the bottom and click the ellipsis (…) or the three dots menu. Select Folders. If you don’t see Public Folders, click the View tab and enable the Folder Pane. - Expand the public folder hierarchy
Expand Public Folders > All Public Folders. Look for a folder named “SCHEDULE+ FREE BUSY” or a folder with your organization’s name. If the folder is missing, the public folder database is not accessible. - Contact your Exchange administrator
If the public folder hierarchy is empty or shows an error, ask your admin to verify the public folder database is mounted and replicating correctly. The admin can runGet-PublicFolder -Recurse | Format-Table Name, ItemCountin Exchange Management Shell to check the folder status.
Method 3: Reconfigure RPC over HTTP Settings
- Open Account Settings
In Outlook, go to File > Account Settings > Account Settings. Select your email account and click Change. - Open More Settings
Click More Settings, then go to the Connection tab. - Toggle the HTTP connection setting
Uncheck the box “Connect to Microsoft Exchange using HTTP”. Click OK, then click Next, then Finish. - Restart Outlook
Close and reopen Outlook. If the error disappears, the RPC over HTTP proxy settings on your client were misconfigured. If the error returns, re-check the box and configure the proxy URL correctly by entering the URL provided by your Exchange administrator.
Method 4: Turn On Cached Exchange Mode
- Open Account Settings again
Go to File > Account Settings > Account Settings. Select your Exchange account and click Change. - Go to the Advanced tab
Click More Settings, then select the Advanced tab. - Enable Cached Exchange Mode
Check the box “Use Cached Exchange Mode”. Set the slider to “All” or a longer period like “1 year” or “3 months”. - Apply and restart
Click OK, then Next, then Finish. Restart Outlook.
Method 5: Create a New Outlook Profile
- Open the Mail control panel
Press Windows key + R, type “control mlcfg32.cpl”, and press Enter. (On 64-bit Outlook, type “control mlcfg64.cpl”.) - Create a new profile
Click Show Profiles. Click Add, enter a name like “Outlook Profile 2”, and click OK. Follow the prompts to set up your Exchange account. - Set the new profile as default
In the Show Profiles dialog, under “When starting Microsoft Outlook”, select “Always use this profile” and choose your new profile from the dropdown. Click OK. - Start Outlook with the new profile
Launch Outlook. It will build a fresh connection to the Exchange server and public folder database. Test the free/busy functionality by opening the Calendar and scheduling a meeting.
If Outlook Still Has Issues After the Main Fix
The error appears only when scheduling meetings with specific users
This indicates a problem with the recipient’s free/busy data rather than your own. Ask the recipient to clear their cached credentials using Method 1. If the issue persists, the recipient’s mailbox may have a corrupted free/busy folder. The Exchange administrator can run Update-FolderCopy -Identity "SCHEDULE+ FREE BUSY" in Exchange Management Shell to force a replication update.
The error appears after changing your Exchange password
Outlook may still be using the old password cached in Windows Credential Manager. Follow Method 1 to clear all credentials related to Outlook and the Exchange server. Also go to File > Account Settings > Account Settings > Change > More Settings > Security and check “Always prompt for logon credentials”. Apply the setting, restart Outlook, and enter your new password. After a successful connection, you can uncheck that option.
The error appears on a VPN connection but not on the office network
This is almost always a proxy or authentication issue. In the Connection tab (Method 3), verify that the RPC over HTTP proxy URL is correct. Your VPN may be blocking the required ports (TCP 443 for HTTPS, or TCP 135 for RPC). Ask your network administrator to confirm that the VPN allows traffic to the Exchange server and the public folder database. Temporarily disable the VPN and test Outlook on the local network to isolate the cause.
Online Mode vs Cached Exchange Mode for Public Folder Free/Busy
| Item | Online Mode | Cached Exchange Mode |
|---|---|---|
| Free/busy retrieval method | Direct query to public folder database | Local copy updated on sync |
| Network dependency | Constant connection required | Works offline with last synced data |
| Error frequency | Higher when proxy or firewall issues exist | Lower because data is cached locally |
| Best for | Users with fast stable network | Remote users, VPN users, or slow connections |
| Public folder hierarchy | Accessed on demand | Cached and updated during sync |
The error “Cannot update the public folder free/busy information” can now be resolved using the five methods described above. Start with clearing cached credentials in Credential Manager, then verify public folder connectivity, adjust RPC over HTTP settings, enable Cached Exchange Mode, and create a new Outlook profile if needed. For persistent issues, ask your Exchange administrator to check the public folder database replication and run the Update-FolderCopy cmdlet. After applying the fix, test the free/busy feature by opening the Calendar and creating a new meeting request to confirm that attendee availability displays correctly.