> For the complete documentation index, see [llms.txt](https://help.dictanote.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dictanote.co/troubleshooting/fix-microphone-access-denied-by-system.md).

# Fix Microphone Access Denied By System

Microphone access denied by the system means that your operating system has blocked access to the microphone for Chrome/Edge.

To use Voice In, you must grant microphone access to the browser in your Windows/Mac system settings. Follow the instructions below.

[For Mac instructions, see below.](#h_01hh8jnz6a3e54va35p7m6gc91)

### For Windows <a href="#h_01hh8jnv8qgdreep4ft9qkx3es" id="h_01hh8jnv8qgdreep4ft9qkx3es"></a>

**Step 1:** Open Settings and go to Privacy & Security

**Step 2**: Click on Microphone

<figure><img src="/files/NJonGuVrTYmT0Iiw3Kh2" alt=""><figcaption></figcaption></figure>

**Step 3**: Scroll down to the Let desktop apps access your microphone section. Grant access to the microphone. It should look like below.

<figure><img src="/files/oDlf91PHU4n5zesk420E" alt=""><figcaption></figcaption></figure>

That's it.&#x20;

### For Mac <a href="#h_01hh8jnz6a3e54va35p7m6gc91" id="h_01hh8jnz6a3e54va35p7m6gc91"></a>

**Step 1:** Open Settings and go to Privacy & Security

**Step 2**: Click on Microphone

<figure><img src="/files/HDWYUOYkzQqq2J9sV3xH" alt=""><figcaption></figcaption></figure>

**Step 3**: Grant microphone access to the Chrome browser (and/or Edge browser, whichever you use).&#x20;

<figure><img src="/files/2a2HX38eRg44cIHFBsIa" alt=""><figcaption></figcaption></figure>

That's it. This will likely restart your browser. To go back to setup, [click here](https://dictanote.co/voicein/setup/).&#x20;

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dictanote.co/troubleshooting/fix-microphone-access-denied-by-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
