zoom

Zoom Chat Not Sending

Resolution Checklist

  • 1 Check Chat Permissions and Restrictions
  • 2 Verify Network Connectivity for Chat
  • 3 Fix Chat Panel Not Appearing
  • 4 Resolve File Sharing Issues in Chat
  • 5 Troubleshoot Persistent Chat and Channels

Zoom Chat Not Sending

If your in-meeting chat messages fail to send, the chat panel is missing or unresponsive, or messages disappear after sending, the issue is typically caused by host-imposed restrictions, network problems, or account settings. This guide covers all chat-related issues in Zoom.


Step 1: Check Chat Permissions and Restrictions

The meeting host controls who can use chat and who they can send messages to.

  1. Check if chat is disabled: The host may have disabled in-meeting chat entirely. If the Chat button is missing from your toolbar, chat has been turned off for the meeting.
  2. Check who you can message: Click the Chat button in the toolbar. Look at the “To:” dropdown:
    • Everyone — you can message all participants
    • Host only — you can only message the host
    • No one — chat is fully restricted
    • Everyone and anyone directly — you can send public and private messages

If your messages are not going through, the host may have restricted chat. Ask the host to adjust settings:

  1. The host clicks Chat in the toolbar.
  2. Clicks the three dots (…) in the chat panel.
  3. Selects who participants can chat with:
    • No One
    • Host Only
    • Everyone
    • Everyone and Anyone Directly

Account-level setting: Admins can disable chat at zoom.us/signinSettingsIn Meeting (Basic)Meeting chat.


Step 2: Verify Network Connectivity for Chat

Chat messages use a separate data channel from audio and video. It is possible to have working audio/video but broken chat.

  1. Check if the issue is a temporary lag: Messages may take a few seconds to send on slow connections. Wait a moment and check if the message appears.
  2. Check your connection: If you see the “Your internet connection is unstable” warning, chat may be affected.
  3. Chat requires TCP port 443 (HTTPS) to be open. If your network blocks this port for certain services, chat may fail while audio/video (which can use UDP) continues working.
  4. Test by sending a message to yourself: Open Zoom Chat (not in-meeting), and send a test message to a contact. If this also fails, it is a network or app issue, not a meeting restriction.

On corporate networks:

  • Ask your IT admin if any web filtering or DLP (Data Loss Prevention) policies block Zoom chat traffic.
  • Zoom chat messages may be blocked by content inspection firewalls that interfere with encrypted HTTPS traffic.

Step 3: Fix Chat Panel Not Appearing

If the Chat button is missing from your meeting toolbar:

  1. Check the “More” menu: On smaller screens or in customized toolbar layouts, the Chat button may be hidden under More (…) in the toolbar.
  2. Resize the Zoom window: Making the window wider may reveal hidden toolbar buttons.
  3. Re-enable Chat in the toolbar: Right-click on the meeting toolbar → Customize Toolbar → drag Chat back to the visible area.
  4. Update Zoom: Older versions may have UI bugs that hide the chat panel. Update to the latest version.
  5. Restart the meeting: If the chat panel opened once but became unresponsive, leave the meeting and rejoin.

If the chat panel opens but shows no messages:

  • Previous messages are not preserved when you rejoin a meeting. You will only see messages sent after you rejoin.
  • In webinar mode, attendee chat visibility depends on the host’s configuration.

Step 4: Resolve File Sharing Issues in Chat

If you can send text messages but cannot share files in the chat:

  1. Check file transfer settings: The host or admin may have disabled file transfer. This is controlled at zoom.us/signinSettingsIn Meeting (Basic)Send files via meeting chat.
  2. Check file size limits: Zoom limits individual files to 2 GB per transfer in meetings. Files exceeding this limit will fail silently.
  3. Check file type restrictions: Admins can restrict specific file types (e.g., .exe, .bat, .sh). If your file type is blocked, try compressing it into a .zip file.
  4. Check available storage: If sharing to a Zoom channel (not in-meeting), your cloud storage quota may be full.

Workaround for blocked file sharing:

  • Share files through a cloud storage link (Google Drive, OneDrive, Dropbox) pasted into the chat text instead.
  • Use Zoom’s Whiteboard or Notes feature to share information without file transfer.

Step 5: Troubleshoot Persistent Chat and Channels

If issues are with Zoom’s persistent chat (Team Chat), not in-meeting chat:

  1. Check your Zoom plan: Persistent chat and channels are available on all plans, but admin policies may restrict channel creation.
  2. Sync issues: If messages sent from one device do not appear on another, sign out and sign back in on both devices to force a sync.
  3. Notification issues: If you are not receiving chat notifications:
    • Go to SettingsTeam Chat → ensure notifications are enabled.
    • Check Do Not Disturb mode — click your profile icon and ensure DND is off.
    • On macOS, verify Zoom notifications in System SettingsNotifications.
    • On Windows, check SettingsSystemNotificationsZoom.
  4. Search not working: If chat search returns no results, the index may be corrupted. Clear the Zoom cache:
rm -rf ~/Library/Application\ Support/zoom.us/data

On Windows:

rmdir /s /q "%AppData%\Zoom\data"

Restart Zoom after clearing the cache. Messages will re-sync from the server.