---
title: "Allow camera access in your browser"
description: "Grant or restore camera permission in Chrome, Edge, Firefox and Safari, plus the operating system switch that silently overrides all of them."
url: https://www.test-webcamp.com/fix/allow-camera-access-chrome.html
site: Webcamp
updated: 2026-08-28
---

# Allow camera access in your browser

_Browser permission is only half the picture. Your operating system holds a second switch that silently overrides it, which is why granting access in Chrome sometimes changes nothing._

## Google Chrome

1. Go to the page that needs camera access and look at the left end of the address bar.
2. Click the **camera icon**, or the **lock or sliders icon** if no camera icon is showing.
3. Set **Camera** to **Allow**. Do the same for **Microphone** if you need it.
4. Reload the page. The permission does not take effect until you do.

If the site was blocked previously, Chrome sometimes hides the prompt entirely. Paste **chrome://settings/content/camera** into the address bar, find the site under **Not allowed to use your camera**, and remove it with the bin icon.

## Microsoft Edge

Identical to Chrome, since both use the same engine. Click the lock or camera icon in the address bar and set camera to Allow. The settings page is **edge://settings/content/camera**.

## Firefox

1. Click the **camera icon** in the address bar.
2. If it shows a blocked permission, click the **cross** next to it to clear the block.
3. Reload and allow the prompt when it reappears.

Firefox asks again on each visit by default unless you tick the box to remember the decision, which is deliberate and slightly more private than Chrome's behaviour.

## Safari on macOS

1. With the site open, choose **Safari**, then **Settings for This Website** from the menu bar.
2. Set **Camera** to **Allow**.
3. Alternatively open Safari Settings, the Websites tab, then Camera, and set the site there.

## Safari and Chrome on iPhone or iPad

Tap the **aA** or page settings icon in the address bar, choose **Website Settings**, and set Camera to Allow. If no prompt appears at all, check **Settings, Safari, Camera** on the device, and also **Settings, Screen Time, Content & Privacy Restrictions**, which can block camera access system-wide.

## The operating system switch that overrides everything

**This is the step people miss.** If your browser shows the permission as allowed but the camera still fails, the block is at operating system level. Nothing you change inside the browser will fix it.

### Windows 11 and 10

Open **Settings, Privacy & security, Camera**. Enable **Camera access**, enable **Let apps access your camera**, then scroll to the bottom and enable **Let desktop apps access your camera**. That last switch is the one that governs Chrome, Firefox and Edge, and it sits below a long list, so it is easy to overlook.

### macOS

Open **System Settings, Privacy & Security, Camera** and make sure your browser is ticked. macOS requires the browser to restart completely after this change, so quit it with Command-Q rather than just closing the window.

## If permission is granted but it still fails

- **Check the connection is HTTPS.** Browsers refuse camera access on plain HTTP. The address must start with https.
- **Try an incognito or private window.** If it works there, an extension is interfering. Privacy and anti-tracking extensions are the usual culprits.
- **Check for enterprise policy.** On a work machine, an administrator may have blocked camera access entirely. Chrome shows this as "Managed by your organisation" in settings.

## Verify the fix

Run the [webcam test](https://www.test-webcamp.com/) or the [microphone test](https://www.test-webcamp.com/microphone-test.html). Both tell you immediately whether permission is now working.
