Audacity is a free and powerful audio recording and editing tool that works on Chromebooks through the Linux Development Environment. Since ChromeOS doesn’t support Audacity natively, Linux acts as the bridge, and that extra layer is exactly where most issues tend to start.
If Audacity isn’t working on your Chromebook, you’re definitely not alone. We’ve seen users run into all kinds of problems, including Audacity refusing to launch, crashing at startup, showing no microphone input, or recording complete silence even though everything looks fine.
In this guide, we’ll walk you through every proven fix, step by step, to help you get Audacity running smoothly on your Chromebook.
Fix Audacity Not Working on Chromebook
ChromeOS doesn’t run Audacity directly. Instead, it runs inside the Linux Development Environment, and that additional layer can introduce a few common pain points. The good news is that most of these issues are easy to fix once you know where to look.
Let’s go through the fixes one by one.
1. Restart Your Chromebook
Before diving into deeper troubleshooting, start with the basics. A simple restart can often fix minor glitches with ChromeOS or the Linux container.
To restart your Chromebook:
1. Click the clock, Wi-Fi, and battery icon on the Chromebook shelf
2. Select the Power icon
3. Click Restart

Once your Chromebook boots back up, try launching Audacity again.
2. Update Linux Packages
If Audacity refuses to launch or crashes immediately, an outdated Linux container is often the culprit. Updating Linux packages usually resolves this issue.
Open the Linux Terminal and run the following command:
sudo apt update && sudo apt upgrade -y

Once the update finishes, restart your Chromebook and try opening Audacity again. In many cases, this alone fixes the problem. If not, continue with the next steps.
3. Allow Microphone Access for Linux
If Audacity opens but doesn’t record any audio, missing microphone permissions are almost always the cause.
Here’s how to fix it:
1. Open the Launcher.
2. Go to Settings and click About ChromeOS.
3. Scroll down and open Linux development environment option.

4. Here, you’ll get different Linux settings, simply enable Allow Linux to access your microphone option.
5. If you see a Shut down option, click it and this only restarts Linux, not your Chromebook.

This ensures the microphone permission is fully applied to the Linux container.
Note: Sometimes, you may need to restart your Chromebook for this change to take effect.
4. Select the Correct Recording Device in Audacity
Even if microphone access is enabled, Audacity won’t record any audio if the wrong input device is selected. To fix this issue, you need to choose the correct recording device in Audacity. Follow these steps:
1. Open the App Launcher on your Chromebook and launch the Audacity app.

2. In Audacity, click on Audio Setup and select Recording Device from the drop-down menu.
3. From the list, choose your Chromebook’s built-in microphone or a connected external USB microphone.
Note: Try switching the Recording Device between Default, sysdefault, and PipeWire. On Chromebooks, PipeWire often provides the most reliable audio input for Linux apps.

Once you’ve selected the correct recording device, start a new recording to confirm that audio input is working properly. If the built-in microphone doesn’t perform reliably, switching to an external USB microphone usually provides much better results on Chromebooks.
5. Fix No Sound During Playback
If Audacity is recording audio but you can’t hear anything during playback, the playback device is likely set incorrectly.
To fix this issue:
1. Open Audacity and click on Audio Setup.
2. Select Playback Device from the menu.
3. Choose the correct output device from the list.

Once you’ve selected the correct playback device, record a short clip and test both recording and playback again to make sure everything is working properly.
6. Reinstall Audacity
If none of the fixes above work, a clean reinstall will usually clear broken dependencies and configuration issues. Here’s how:
1. Click on the Launcher icon, look for the terminal and open it.
2. Run the following commands in the Linux Terminal one by one:
sudo apt remove audacity -y
sudo apt autoremove -y
sudo apt install audacity -y
Once the installation completes, launch Audacity and test it again.
Conclusion
Audacity not working on a Chromebook can be frustrating at first, but in most cases, the issue comes down to Linux permissions or an incorrect audio device selection. Once Linux is allowed to access your microphone and the correct recording and playback devices are configured, Audacity runs reliably for recording and basic audio editing on ChromeOS.
After everything is set up properly, you can take full advantage of Audacity’s built-in tools to trim, cut, and edit your audio with ease. ChromeOS generally handles Linux audio very well once permissions are configured correctly, allowing you to record and edit without ongoing issues.




