How to Run Windows 10 Apps on a Chromebook (Guide)

Many argue that Chromebook is not a complete machine, and it panders to users who have limited use-case. Frankly, that’s true to some extent. However, with the support of Android and Linux apps, the gap has closed significantly. Having said that, the lack of Windows app support is still the bottleneck for many users who want to move from a Windows PC to Chromebook. But that is also changing. Now, you can run Windows 10 and 11 apps on Chromebook, thanks to native Linux support. In this article, we will show you how to install and use Windows apps on Chrome OS using Wine. So, let’s get started.

Use Windows Apps on Your Chromebook (2022)

We have added comprehensive instructions right from setting up Wine to installing Windows apps on Chromebooks. Then, we also teach you how to create a shortcut to those Windows apps for convenient access.

How to Install Wine 7.0 on Your Chromebook

Here, we will begin by installing the latest version of Wine (7.0) on our Chromebook. In case you are wondering what is Wine, well, it’s a compatibility layer that allows you to use Windows apps in a Linux environment without going through the emulation route.

To cut things short, you will basically use Windows applications through a compatibility layer called Wine, which will run inside the Linux container. I know that seems a mouthful, but don’t worry the performance is good and more than usable for light applications. Now, having said that, let’s begin with the installation of Wine 7.0 to run Windows 10 and 11 apps on your Chromebook.

1. Before anything, you need to set up Linux on your Chromebook. Follow our linked guide for detailed instructions.

Install Wine 7.0 on Your Chromebook

2. After Linux is installed, open Terminal from the app drawer and run the below command to add support for 32-bit apps.

sudo dpkg --add-architecture i386
Install Wine 7.0 on Your Chromebook

3. Next, run the below commands one by one to download and add the repository key.

sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
Install Wine 7.0 on Your Chromebook

4. Once you have done that, run the below command to download the WineHQ sources file.

sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
Install Wine 7.0 on Your Chromebook

5. Next, run this command to update the packages.

sudo apt update
Install Wine 7.0 on Your Chromebook

6. Finally, run the last command, which will install Wine 7.0 on your Chromebook. Press “Y” when asked to confirm the installation.

sudo apt install --install-recommends winehq-stable
Install Wine 7.0 on Your Chromebook

7. Once the installation is complete, type winecfg in the Terminal and hit Enter. This will prompt you to install additional files required to run Windows apps through Wine on Chromebooks. The prompt may appear multiple times so click “Install” every time it appears.

Install Wine 7.0 on Your Chromebook

8. Finally, to test if you have installed Wine 7.0 successfully, run winecfg again and move to the “About” tab. There you have it! Wine 7.0 running on your Chromebook without any issues.

winecfg
Install Wine 7.0 on Your Chromebook

9. If the window resolution is too small for you, move to the “Graphics” tab and change the screen resolution to 120 dpi or whatever looks best to you.

Install Wine 5.0 on Your Chromebook

How to Install Windows Programs on Your Chromebook

Now that you have successfully set up Wine 7.0, it is time to install and run a Windows 10 or Windows 11 application on your Chromebook. Here, for example, I am going to show you how to install IrfanView– a popular image viewer– on Chrome OS. Let’s look at the steps:

1. First, all you have to do is download the 64-bit EXE file (of any Windows program) and move it to the Linux files section. Make sure to rename the file to something easier to type.

Note: As a thumb rule on Linux, rename files and folders to one word, which you can then easily type in the Terminal. It will immensely help you while dealing with files in the Linux Terminal.

Install Windows Apps on Chromebooks

2. Now, open the Terminal and type the below command. Make sure to replace irfanview.exe with the filename of your chosen app, in case you are installing a different application. Instantly, a setup wizard will open up, and you will be able to install the application just like Windows programs.

wine irfanview.exe
Install Windows Apps on Chromebooks

Create Shortcuts for Windows Apps on Chrome OS

After you have installed the program, the next part is to run it. While Wine creates a shortcut for your Windows program in the App Drawer (under the Linux folder) on your Chromebook, the shortcut doesn’t work because of the incorrect file path. To fix it, you will have to find the correct path and use a program called Menulibre to create a custom shortcut. Here is how you can do it.

1. Open the Files and move to the Linux Files section. Here, click on the 3-dot menu and enable “Show Hidden Files”.

Create Shortcuts for Windows Programs on Chrome OS

2. After that, open the .wine folder and navigate to drive_c. Here, you will get a file-directory system similar to Windows. Now, check where the program has been installed, either in Program Files or Program Files (x86) folder. Once, you locate the correct folder, open it, and find the .exe file. That’s the Windows app you will have to run through the Linux Terminal on Chromebook.

Create Shortcuts for Windows Programs on Chrome OS

3. After that, open the Terminal and note down whatever is written before @penguin. That’s your username. For example, mine is arjun.

Create Shortcuts for Windows Programs on Chrome OS

4. Now, this is how your file path will look like. Here, you will have to change yourusername to the username you noted above. Similarly, change Program Files/IrfanView/i_view64.exe to the file path shown in your File Manager.

/home/yourusername/.wine/drive_c/Program Files/IrfanView/i_view64.exe
Create Shortcuts for Windows Programs on Chrome OS

5. Finally, this is how your complete file path will look like. Now, add wine at the beginning and a space thereafter, followed by the file path within quotes. You can also run the below command in the Terminal to check if your file path is correct or not. If right, the Windows application will open up. Now, copy the whole file path as you will need to use it in the next step.

wine "/home/yourusername/.wine/drive_c/Program Files/IrfanView/i_view64.exe"
Create Shortcuts for Windows Programs on Chrome OS

6. You have finally created the file path and tested it via Terminal, so let’s create a custom shortcut. Open the Terminal and run the below commands one by one to install and open MenuLibre.

sudo apt install menulibre -y
menulibre
menulibre chromebook

7. In the MenuLibre program, click the “+” icon in the top menu bar and select “Add Launcher“.

menulibre chromebook

8. After that, under the “Application Details” section in the right pane, next to “Command”, paste the final file path of the Windows app you copied on your Chromebook in step #5.

menulibre

9. Next, click on the “New Launcher” textbox in the right pane and enter the name of the program for easier identification. I have entered “IrfanView”. Finally, click the “Save” button in the top menu, and you are done. You can also click on the icon and choose an icon image for the program.

menulibre

10. Close the MenuLibre window and open the App Drawer. Further, open the “Linux apps” folder, and here you will find the newly created shortcut. If it does not appear, wait for 5 to 10 seconds.

menulibre

11. Click on it, and the program will open on your Chromebook instantly.

menulibre

12. You can also pin the Windows app shortcut to the Chrome OS shelf without any issues.

menulibre

13. Here is another Windows application, IDM (or you can use any of its alternatives) running on Chrome OS. We have mentioned the file path below to take note of. Once you learn how to create the file path, running a Windows app becomes a breeze on Chromebooks.

wine "/home/yourusername/.wine/drive_c/Program Files (x86)/Internet Download Manager/IDMan.exe"
How to Use Windows 10 Apps on Chromebook Using Wine 4

14. To remove non-functional Linux shortcuts from the app drawer, open the Files app, enable hidden files, navigate to the below path, and open the program folder. Here, delete the .desktop files to remove shortcuts.

.local folder/share/applications/wine/Programs
menulibre

Enjoy Installing and Using Windows Apps on Chromebook

So that was our deep dive into how you can run Windows apps on Chromebook using Wine 7.0. As is evident in this tutorial, Windows apps work pretty well through the Linux container on Chrome OS. Among other apps, we tried Skype, Notepad++, and VLC as well. So go ahead and try your favorite Windows 10 or 11 apps on your Chromebook. And if you are interested in gaming on your Chrome OS device, do learn about Steam gaming on Chromebooks. Also, check out a list of the best Linux apps to use on a Chromebook using this curated list. Finally, if you are facing any issues, let us know in the comment section below.

comment Comments 81
  • Kaden says:

    Can someone help me get plants vs zombies with wine for chromebooks i followed this tutorial every single step and it won’t work

  • Arika says:

    I have wine installed perfectly fine but for some reason when I type “wine InstallWizard101.exe” into my terminal. It constantly says there was issues with the program.
    Is there something extra I need to do? I have a Chromebook HP laptop

  • Chris Maxwell says:

    Worked like a charm. Only issue is the nearly 2 gigs it needs to install.

  • Hitam says:

    To tell you the truth, chrome os or chromium os are not suitable to use for hard type editing. I do not recommend using wine in chrome os, it is better to use play on linux and wine but the storage is too small.the only option is change your laptop or increase the storage and change the operating system to corporate type linux for example linux mint or manjaro

  • Mohamed Darwish says:

    Dear , Thanks for your Support ,but i have stuck on step Nr 7 , i have got this Message
    E: Malformed entry 2 in list file /etc/apt/sources.list (Suite)
    E: The list of sources could not be read.
    E: Malformed entry 2 in list file /etc/apt/sources.list (Suite)
    E: The list of sources could not be read.
    Thanks again
    Darwish

  • Joshua says:

    Just stopping by to say thank you mate! Worked like a charm.

  • duplx1987 says:

    guess got happy for NOTING everything worked but Wine WONT LOAD ugh

  • Fazle Khan says:

    Great instructions just need to take it slowly and do each step one at a time.

    When I followed the instructions wine 6.0.1 was installed and I was able to launch the target application

    At step 10 the final edit of file home/abc123/.local/share/applications/wine/Programs/IrfanView/’IrfanView 64 4.58.desktop’

    resulted in the line below

    Exec=env WINEPREFIX=”/home/abc123/.wine” wine “/home/abc123/.wine/drive_c/Program Files/IrfanView/i_view64.exe” /Unix /home/abc123/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\\ Menu/Programs/IrfanView/IrfanView\\ 64\\ 4.58.lnk

    abc123 is your local linux username

  • Rohan Ayush says:

    Make sure you open the .desktop file in maximized mode. I faced this problem that I tried installing notepad++ and because it was not maximized the line broke in between and it was not reading aftert “/n
    otepad++/….”
    something like this. Maximized this and put in one line. And also make the exec value same as syntax for writing wine command with path.

  • M Overend says:

    BE VERY Careful of trying this!
    Totally screwed up my Linux environment so will have wipe and everything!

    Needless to say, I wont be trying this again!!

  • Huey Chen says:

    It does not work. I have wasted storage on this. Wow Linux.

  • Huey Chen says:

    It does not work. I have wasted storage on this.

  • 大卫 says:

    Anyone had any success in using this merhod to run WeChat for Windows successfully ?
    谢谢。

  • Rory Osborne says:

    you legend! worked a treat

  • ok liar says:

    i want wine without linux

  • ok liar says:

    how could i get wine without linux

  • Dannan2 says:

    MY app never oppens stay gey and loading forever

  • Sree says:

    No offense…but this is like trying to touch your nose from around the back of your neck. A total waste of time. I just tried to install Windows version of Putty x64, it did install but nothing ever appeared under either of the ‘Program Files’ folders, but there was a copy each in my pictures, my videos, my documents etc.. Putty kept multiplying copies and eating up space.

    I couldn’t uninstall, either Putty or (silly) Wine (that was like another rabbit hole), so I ended up killing my Linux instance and restarting all over again. Thanks for such a great post.

  • dane says:

    Worked great the first time! Good job!

  • Holly says:

    Heeelllpppp … i apologize in advance lol , Im SUPER new to ALL of this so please bare with me …. I keep getting stuck at the 7th step . I keep getting the message ” E:Unable to locate winehq-stable ”
    I have tried to re do the whole process twice now making sure to follow step by step but I still end up hitting in the same spot :/ There may be an extremely east answer to this and I just look silly , but when I say Im new to this , I mean … I know NOTHING … I get one the computer to email family and randomly watch youtube clips, THATS IT .. I am trying to learn something new lol….. Thanks in advance if anyone’s able to reach out!

    • Sean says:

      I had the exact same problem? Did you fine a solution? Issue with very last command of item 7.

    • jack kaboom says:

      try running a “sudo apt update” without the quotes then trying again

  • Yuri says:

    I did everything like you said, but theres no App. I cant open Windows and every other app from Linux doesn´t work too. I think I did something wrong in the last step. How can I make it undone?

  • Yuri says:

    sudo apt install –install-recommends winehq-stable
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    winecfgE: Unable to locate package winehq-stable

    • josh says:

      Try using
      sudo apt install wine
      after you do all the steps

      • Zack Handley says:

        updated linux then the above command fixed mine. Thank you!

      • g says:

        this is what happend when i did it

        sudo apt install wine
        E: dpkg was interrupted, you must manually run ‘sudo dpkg –configure -a’ to correct the problem.

    • derpy noobly says:

      Thank you so much!

  • Yuri says:

    It dosen´t work. I did everythink like you said, but after that nothing happend. Whats wrong?

  • James says:

    when i get to step # 7 it says: E: Malformed entry 5 in list file /etc/apt/sources.list (Component)
    E: The list of sources could not be read.
    E: Malformed entry 5 in list file /etc/apt/sources.list (Component)
    E: The list of sources could not be read.

    can u help

  • Kees says:

    When I try the second code on the 7th instruction it says this:

    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    winehq-stable : Depends: wine-stable (= 5.0.3~buster) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

Leave a Reply