# Error -9999: Unanticipated Host Error

## Causes

This error means "something is wrong", most commonly&#x20;

* A lost connection to a USB audio device
* Missing microphone permissions from the operating system.
* Your device is unable to playback other tracks while recording.&#x20;
  * This most commonly happens if you're trying to record at a different sample rate than the device's playback rate. Making sure the sample rate matches in both the Windows Settings and Audacity's **Audio Setup -> Audio Settings** may fix this.&#x20;
  * Turning off Overdub via **Transport -> Transport Options** may fix this.&#x20;

## Fixes

You can try the [Common troubleshooting steps](/troubleshooting/common-troubleshooting-steps.md), or attempt any of the other workarounds of this page.&#x20;

{% hint style="success" %}
If the troubleshooting steps aren't working for you, feel free to ask in our communities:&#x20;

* [Forum](https://forum.audacityteam.org/)
* [Discord](https://discord.gg/audacity)
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.audacityteam.org/troubleshooting/error-codes/error-9999-unanticipated-host-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
