How to Fix Zoom Error 3113 (Security Settings Required)
Diagnostic Procedures
- 1 Understand the security policy behind Zoom error 3113
- 2 Enable meeting passcodes or waiting rooms
- 3 Update global account security policies as an administrator
- 4 Troubleshoot scheduling integrations
- 5 Summary Checklist for Quick Reference
How to Fix Zoom Error 3113 (Security Settings Required)
Zoom Error Code 3113 occurs when you attempt to launch, host, or schedule a Zoom meeting that fails to comply with Zoom’s security requirements.
This guide explains the technical reasons behind the 3113 error and provides step-by-step methods to update your meeting configurations to satisfy the security criteria.
What Causes Zoom Error 3113?
Zoom requires that all meetings be secured with at least one access control layer to prevent unauthorized attendees (commonly referred to as “Zoom-bombing”).
Error 3113 is triggered when:
- No Passcode Enabled: The meeting settings do not require a passcode to join.
- No Waiting Room Enabled: The meeting does not redirect unauthenticated participants to a waiting area before admission.
- Outdated Scheduler Settings: External calendar integrations (such as Google Calendar or Outlook schedulers) send an outdated API payload that lacks these security flags.
If both the Passcode and Waiting Room security parameters are set to false, the Zoom API rejects the session and returns Error 3113.
Resolving Steps for Meeting Hosts
Only the host or the account administrator who scheduled the meeting can resolve this issue. If you are a participant experiencing this error, you must contact the host and request they update the meeting configuration.
Method 1: Enable Passcode or Waiting Room on the Zoom Web Portal
This is the most reliable way to modify meeting parameters directly on Zoom’s master servers.
- Navigate to the Zoom Web Portal and sign in.
- In the navigation panel, click Meetings.
- Under the Upcoming tab, hover over the meeting generating Error 3113 and click Edit.
- Scroll down to the Security section.
- Ensure at least one (or both) of the following options are checked:
- Passcode (You can customize the passcode string or accept the auto-generated one).
- Waiting Room
- Click Save at the bottom of the page.
- Send the updated meeting invitation link (which now contains the encrypted passcode) to your participants.
Method 2: Adjust Global Account settings (For Administrators)
If you are an IT administrator managing Zoom for a company or school, you can enforce these rules globally to prevent users from triggering Error 3113.
- Sign in to the Zoom Web Portal as an administrator.
- In the navigation menu, click Account Management, then select Account Settings.
- Navigate to the Security tab.
- Locate the following settings and toggle them to Enabled (blue):
- Require a passcode when scheduling new meetings
- Waiting Room
- Click the Lock icon next to these settings to prevent users from disabling them locally.
Method 3: Reset Calendar Integration Plugins
If you schedule meetings via Outlook or Google Calendar, the local calendar cache might contain outdated scheduling rules that conflict with Zoom’s servers.
Clear Outlook Scheduler Integration Cache on Windows:
Terminate Outlook and delete the cached Zoom configuration files:
taskkill /f /im outlook.exe
rmdir /s /q "%appdata%\ZoomOutlookPlugin"
Clear Outlook Scheduler Integration Cache on macOS:
Force-quit Outlook and clear preference receipts:
killall Outlook 2>/dev/null
rm -rf ~/Library/Containers/com.microsoft.Outlook
Once cleared, relaunch Outlook, open the calendar event, edit the Zoom settings to ensure “Passcode” or “Waiting Room” is active, and click Update Meeting.
Summary Checklist for Quick Reference
- Verify Host Identity: Ensure you are logged into the correct Zoom account that originally scheduled the meeting.
- Check Security Options: Confirm that either Passcode or Waiting Room is checked in the meeting settings.
- Resend Invite Link: When you enable a passcode, the meeting link URL changes to include an encrypted hash (e.g.,
?pwd=...). You must distribute the updated link to participants. - Update Calendar Plugins: Ensure your Google Calendar add-on or Outlook add-in is updated to automatically append security credentials.
- Check App Updates: Update the Zoom client to the latest version to ensure the scheduler UI correctly enforces security checks.