Skip to content

[Bug]: Windows 11 microphone permission not checked correctly #1507

@obiwanzenobi

Description

@obiwanzenobi

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Windows

Steps to reproduce

  1. Disable microphone permission on windows (settings -> Privacy & security -> microphone
  2. Check microphone permission -> granted

Expected results

When permission to microphone is disabled on windows, permission check should return not granted status.

Actual results

Granted

Code sample

Code sample
final result = await Permission.microphone.status;  // this shows granted but i declined access to all the apps in the windows system

Screenshots or video

Screenshots or video demonstration

[Upload media here]

Version

12.0.1

Flutter Doctor output

Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.32.8, on Microsoft Windows [Version 10.0.26200.7171], locale en-US)
[√] Windows Version (11 Home 64-bit, 25H2, 2009)
[X] Android toolchain - develop for Android devices
    X Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/to/windows-android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.14.9 (July 2025))
[!] Android Studio (not installed)
[√] IntelliJ IDEA Community Edition (version 2025.1)
[√] VS Code (version 1.106.2)
[√] Connected device (3 available)
[√] Network resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions