Forum Discussion

Calumbo's avatar
Calumbo
Iron Contributor
May 21, 2026

How to burn a CD on Windows 11 for music files?

New to Windows 11 and need some help here!

Is Windows Media Player completely useless for burning music onto a CD. Clicked through all the options, tried a couple of times, nothing works. Not sure if this is a known Windows 11 issue or just my setup.

Anyone dealt with this before? Looking for a free and simple tool that actually burn a CD on Windows 11 without a steep learning curve. Seen some free CD burner mentioned around the web but curious what folks here actually uses.

10 Replies

  • MateoChen's avatar
    MateoChen
    Iron Contributor

    When learning how to burn a CD on Windows 11, in any burner software that offers speed control, choose 16x or 24x for CDs. This balances speed and reliability.

  • Windows Media Player may no longer burn music CDs on Windows 11 because Microsoft has shifted users toward the newer Media Player app, and CD/DVD burning features are not as visible or may not be included in the same way as the old classic Windows Media Player.

    The most common reasons are:

    You are using the new Media Player app

    The modern Windows 11 Media Player is mainly for playing music and video. It does not work like the classic Windows Media Player that had a clear Burn tab for audio CDs.

    Classic Windows Media Player is missing or disabled

    On some Windows 11 installs, the old Windows Media Player may not be enabled by default. You can check it from:

    Settings > Apps > Optional features > View features, then search for Windows Media Player Legacy and install it if available.

    No CD/DVD burner is detected

    Many newer PCs do not include optical drives. If you use an external USB CD/DVD drive, make sure it supports writing/burning, not just reading discs.

    The disc type is wrong

    For a standard music CD that plays in older CD players, use a blank CD-R. Some players do not support CD-RW well. A DVD disc will not work as a normal audio CD.

    If these don't work, then you should find a dedicated app to burn a CD on Windows 11.

  • Rupertmurd's avatar
    Rupertmurd
    Iron Contributor

    cdrecord is part of the cdrtools family. It can burn audio CDs from WAV files using the -audio option. It is more technical than CDBurnerXP, but it is a real command-line burner.

    This is one of the best tools for burning a music CD on Windows 11 as far as I know.

    Example:

    cdrecord -scanbus

    Then burn WAV tracks to a blank CD:

    cdrecord -v speed=8 dev=0,0,0 -audio "C:\Music\track01.wav" "C:\Music\track02.wav" "C:\Music\track03.wav"

    Note: for best CD burning compatibility, convert MP3/FLAC files to 16-bit, 44.1 kHz stereo WAV first.

  • Awothur's avatar
    Awothur
    Brass Contributor

    When it comes to how to burn a CD on Windows 11. If your built-in burning tools are "not working" because the option is greyed out or missing entirely (and you are not on a work-managed PC), you might have a hidden policy blocking it.

    Step-by-step to unblock the hidden burner:

    1. Press Win + R, type regedit, and press Enter.

    2. Navigate carefully to the following two locations:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies\Explorer.

    3. Look for a value named NoCDBurning on the right side.

    4. If it exists, right-click it and select Delete.

    5. Close Regedit and restart your computer.

    Note: If you are on a work computer, this setting might be controlled by your network administrator. If the key comes back after reboot, you will need to contact your IT department. If the options above don't solve the problem, sometimes the underlying engine for burning is simply turned off.

    About how to burn a CD on Windows 11. This is a most effective "hidden" methods left inside Windows 11. If these still fail to get the job done, it might be a hardware issue or a physical limitation of the blank disc itself.

  • Lolaiss's avatar
    Lolaiss
    Copper Contributor

    If you are searching for how to burn a CD on Windows 11. Windows actually has a hidden command-line disc burning utility called isoburn. exe. It is designed to be called by other programs, but you can run it manually from the Command Prompt. It launches the standard Windows Disc Image Burner window, but it does so directly from a typed command. It does not rely on the right-click context menu or the "Manage" tab in File Explorer.

    How to use it:

    1. Press Win + R, type cmd, and press Enter.

    2. In the Command Prompt window, use the following syntax:

    cmd

    isoburn, exe /q F: "C:\full\path\to\your\files, iso"

    (Replace F: with your CD drive's letter and the path with the location of your ISO file).

    Limitation: This method only burns existing ISO disc image files. It cannot burn a collection of loose MP3s or documents directly.

    Before you rely on this method for how to burn a CD on Windows 11, there are a few things you must know:

    • ISO Files Only – You cannot burn a folder of documents or music directly. You need to create an ISO image first.
    • No Audio CD Creation – This method does not create audio CDs that play in car stereos. It only burns data discs.
    • Requires a Blank Disc – You cannot rewrite or append files to an existing CD‑ R using this command.
  • LukeBrown's avatar
    LukeBrown
    Iron Contributor

    cdrdao is an open-source, command-line disc recording tool that offers a powerful, expert-level way How to burn a CD on Windows 11 without relying on graphical software. It lets you create precise audio CDs with full control over every parameter, ideal for advanced users who want to work at the lowest possible level.

    User Guide: Download the software from the official website and install it, making sure to add it to your system’s PATH environment variable. Prepare your audio files and create a .toc file that defines the track layout. Open Command Prompt or PowerShell, then run the core command:

    cdrdao write --device /dev/cdrom --speed 16 --audio audio.toc

    Insert a blank CD when prompted, then confirm the burning process. This method requires no bloated software and lets you fully customize the burn, demonstrating How to burn a CD on Windows 11 in a highly controlled way.

    Cons

    • There is no graphical user interface; users must be fully familiar with command-line syntax and know how to create TOC files.
    • To ensure compatibility with Windows systems, users must manually adjust the CD drive path in the command.
    • Error feedback is limited; when burning fails, only generic command-line messages are typically displayed, with no specific troubleshooting guidance.

    It is particularly useful for advanced users who need precise audio CD creation, want to avoid graphical burning software, or require low-level control over the recording process.

  • NoahRodriguez's avatar
    NoahRodriguez
    Bronze Contributor

    The built-in burning feature in Windows is a native Windows function that provides a convenient way to burn CDs for general file storage on Windows 11 without installing any additional software.

    How to burn a CD on Windows 11

    Step 1: Insert a blank CD-R disc into your computer's CD-ROM drive.

    Step 2: Open File Explorer and navigate to This PC.

    Step 3: Right-click the CD drive and select Format.

    Step 4: Drag and drop the files into the CD drive folder.

    Finally, right-click the CD drive again and select Burn to Disc.

    Pros

    • Supports common file types and allows for basic data backup
    • No complicated setup or configuration required

    Cons

    • Can only create data CDs; cannot create audio CDs
    • Not compatible with older car stereos or standalone CD players

    If you're wondering How to burn a CD on Windows 11, I think this is a quick and easy way to burn data CDs in Windows 11. If you need an audio CD that plays properly on most players

  • WilliamHuang's avatar
    WilliamHuang
    Iron Contributor

    Windows includes a built-in tool called PowerShell that you can use to burn files to a CD as a data disc, though it cannot directly help you How to burn a music CD for audio playback.

    Instructions: Insert a blank CD-R into your optical drive and note its drive letter (e.g., D:). Open PowerShell, create a folder on the disc with

    New-Item -Path "D:\" -Name "Music" -ItemType Directory

     then copy your music files to it using

    Copy-Item -Path "C:\Music\*.mp3" -Destination "D:\Music\"

    This copies files to the disc but does not convert them to standard audio CD format.

    Its advantages include being pre-installed on Windows with no extra software needed, allowing for scriptable and automated file burning workflows, and requiring no complex graphical interface for advanced users.

    Its drawbacks include creating only data CDs that may not work with older car stereos or standalone CD players, lacking built-in audio CD authoring features to properly How to burn a music CD, and requiring familiarity with PowerShell commands to use effectively.

    This allows you to burn files to a CD for data storage purposes. It is suitable for advanced users who need to automate backups or file transfers, but not recommended for creating playable audio CDs.

  • ArthurHarvey's avatar
    ArthurHarvey
    Bronze Contributor

    InfraRecorder is a lightweight open-source program that offers a straightforward way to burn music CDs, with no unnecessary features or annoying pop-up windows.

    How to burn a music CD

    1. Install the software on your computer
    2. Launch the program and select Audio CD from the main interface
    3. Drag and drop your local music files into the program window
    4. Click the Burn button to begin
    5. Insert a blank CD into the optical drive and confirm the operation

    So, How to burn a music CD? I think this is a great option—simple steps, no ads, and a good choice if you don’t want to use bloated commercial software.

    ps

    • Please use standard CD-R discs to ensure better playback compatibility.
    • Do not run large programs while burning, as this may cause the task to fail.
    • Please check the integrity of audio files before adding them to the burn list.
  • LukeDavis's avatar
    LukeDavis
    Silver Contributor

    Windows Media Player is a simple built-in system tool that supports basic disc recording, and it is an easy way How to burn a music CD without installing extra programs.

    You can follow fixed steps to finish disc burning smoothly, and it is friendly for daily simple use.

    Insert a blank CD-R disc into your optical drive, do not use CD-RW discs as they are less compatible for music playback. Open Windows Media Player via the system start menu search function. Locate and click the Burn tab on the upper right side of the interface. Drag and drop your prepared music files into the burn list area. Tap the start burn button above the list to begin the recording process.

    After the task is completed, you will get a playable music disc, and this standard operation fully shows How to burn a music CD for daily use needs.

    This method is stable and easy to operate, only suitable for common music CD production, and has no complex setting options.