Symptoms & Diagnosis
Following the update to iOS 18, many users have reported that Siri has stopped providing verbal feedback. While the visual indicator—the new glowing edge animation—appears on the screen, the assistant remains completely silent.
To diagnose the issue, you must first determine if the problem is software-based or hardware-related. If other media plays correctly, the issue lies within the iOS 18 Siri configuration or a bug in the voice synthesis engine.
| Symptom | Possible Cause | Diagnostic Priority |
|---|---|---|
| Glowing orb but no sound | Siri Response Settings | High |
| Works only on AirPods | Audio Routing Error | Medium |
| “Type to Siri” active | Accessibility Override | Medium |
[IMAGE_PLACEHOLDER]
Troubleshooting Guide
The primary reason for Siri’s silence in iOS 18 is often found in the revised “Siri Responses” menu. Apple has updated the logic for when Siri speaks, and your previous settings might have been reset during the installation.
Adjust Siri Response Settings
Navigate to Settings > Siri & Search > Siri Responses. Ensure that “Prefer Spoken Responses” is selected. If it is set to “Automatic,” Siri may remain silent if the system detects you are in a quiet environment or if the Ring/Silent switch is engaged.
Reset Siri Background Daemons
On a development level, Siri relies on specific background processes to handle text-to-speech. If these hang, audio output fails. Developers using a Mac to debug iOS 18 issues often use the following command structure to identify service hangs:
# Checking status of assistant daemons in diagnostic logs
log show --predicate 'subsystem == "com.apple.assistant"' --last 10m
# Note: System-level kills require a device restart on production builds
Check Independent Siri Volume
Siri has a dedicated volume slider that is independent of your music or ringer volume. To fix this, trigger Siri by saying “Hey Siri” or holding the Side Button. While the Siri animation is active on the screen, immediately press the Volume Up button on the side of your device.
Prevention
To prevent Siri audio issues in the future, ensure that you download high-quality voice files over a stable Wi-Fi connection. Corrupted voice assets are a leading cause of silent responses after a major OS transition.
Go to Settings > Siri & Search > Siri Voice and toggle to a different voice and back again. This forces iOS 18 to re-verify and download the speech synthesis files, ensuring the audio engine has the necessary data to respond.
Finally, disable “Type to Siri” in the Accessibility settings if you prefer voice-first interactions. When “Type to Siri” is enabled, the system defaults to silent, text-based feedback to avoid interrupting the user’s typing flow.