To install Power Automate Desktop on Windows 10 or 11, you have two paths. The Microsoft Store route is the quick one — no admin rights, updates run on their own. The MSI installer is the longer one — admin rights required, manual updates, but it includes the optional machine-runtime app for unattended flows. Whichever path you pick, you download, accept the licence, sign in with a Microsoft account, and you are ready to build your first desktop flow.
After 24 years of training in Singapore, I can tell you the install itself is the easy part. The part that trips people up on Day 1 of our Power Automate classes is the sign-in screen — personal account or work account — and the licence question that follows. So this guide walks through the install end-to-end. System requirements first, both install paths step by step, the decision of which one to pick, the sign-in mistake we see most often, what changes between Free and Premium, the honest answer to “can I install this on a Mac?”, how updates work, and the three install errors that show up again and again.
Power Automate Desktop is Microsoft’s robotic process automation (RPA) tool for the Windows desktop. Think of it as a small, patient assistant sitting at your laptop. It watches what you do once — click here, copy that, paste it there — and then repeats it for you, perfectly, every time, while you go and do something else. It is the right tool when the work you want to automate is “I open this program, I click here, I type there”.
Cloud Power Automate (the web service at make.powerautomate.com) is a different product. It runs in Microsoft’s cloud and connects services to services — when a new email arrives, save the attachment to SharePoint; when a Forms response comes in, post to Teams. The two products talk to each other, but Power Automate Desktop is the one you install on your laptop. For a wider overview of the cloud side, see our guide to how to use Power Automate. The rest of this guide is about that desktop app.
Before you download anything, run through the checklist.
If your laptop fails the OS or memory checks, fix that first. Installing on an underpowered machine will not error out, but flow recording will lag and the console will feel sluggish. Your boss won’t be impressed if the demo of your new automation takes longer than doing the task by hand.
The MSI installer is the original download Microsoft provides on the Power Automate website. It needs admin rights and is the right choice if you also want the machine-runtime app for unattended cloud-managed flows.
https://go.microsoft.com/fwlink/?linkid=2102613.C:\Program Files (x86)\Power Automate Desktop. Most people should leave this alone.That’s it. If the installer reports a failure halfway through, jump to the Troubleshooting section further down. Don’t try to install it a second time on top of the broken first attempt — that just buries the original error.
The Microsoft Store route is shorter and does not need admin rights. It is the easier path on a personal laptop, or on a corporate laptop where IT has not given you local admin.
That is it. The Store handles updates automatically from this point on. Extremely easy.
| Microsoft Store | MSI installer | |
|---|---|---|
| Admin rights needed | No | Yes |
| Updates | Automatic | Manual (or auto from v2.54 if enabled) |
| Includes machine-runtime app | No | Optional |
| Custom install path | No | Yes |
| Good for | Single user, personal or locked-down corporate laptop | Power user, unattended flows, IT-managed deployment |
For most readers learning Power Automate Desktop for the first time, the Microsoft Store route is the right choice. Fewer prompts, no IT ticket, automatic updates. Switch to the MSI later if you need the machine-runtime app.
One important rule. Do not install both. Microsoft does not support running the Store version and the MSI version on the same machine. If you want to switch, uninstall the existing one from Settings > Apps first.
The first time Power Automate Desktop opens, it asks you to sign in. The screen looks simple, but it is the single most common cause of “I followed the install and now nothing works” on Day 1 of a Power Automate class. The question is which account to use.
If your goal is to follow a tutorial on your own laptop, sign in with a personal Microsoft account. If your goal is to automate work tasks that touch company systems — SharePoint, internal databases, the corporate Outlook — sign in with the work account. Don’t mix the two during install. Pick one and stay on it for the session.
After sign-in, the console loads with a left-hand panel (My flows, Examples) and a New flow button. You are installed. Everything from here is building flows — for a worked example, see our guide on how to send emails with Power Automate.
The licence question matters because Power Automate Desktop looks the same on both tiers, but the things you are allowed to do are different.
Free (personal Microsoft account, or work account with no Premium licence):
Premium (Power Automate Premium licence assigned by your tenant admin):
To check your licence on the desktop app, click your account name (top right of the console) > About. The dialog shows the licence type detected for your account. If it says “Free” and you expected Premium, the licence has not been assigned in your Microsoft 365 tenant. Talk to your IT admin.
Here’s a small opinion from 24 years of training Singapore working professionals. If your company has not bought Premium licences yet, don’t stall. Build everything in the Free tier first. Prove that the flow works and saves real time on a real task — half an hour of copy-paste a day, gone. That working flow is the business case you take to your manager when you ask for a Premium licence. Managers can be quite demanding about ROI; a demo of something already saving time is the easiest yes to get. SkillsFuture Credits can also offset the cost of formal training if your company is on the fence about funding it.
The short answer is no. Power Automate Desktop is a Windows app. There is no native Mac or Linux build, and Microsoft has not announced one.
The longer answer is this. If you have a Mac and you want to run Power Automate Desktop, you run a copy of Windows on the Mac and install Power Automate Desktop inside that copy of Windows. The two practical ways:
A third option, if your goal is only to run cloud Power Automate workflows, is to skip the desktop app and use make.powerautomate.com in a browser. That web app runs on a Mac browser without any tricks. But cloud Power Automate doesn’t record screen clicks the way the desktop app does. It is a different product, not a workaround for the desktop one.
If you installed from the Microsoft Store, you can skip this section. Updates are automatic. The Store keeps the app current in the background, and there is nothing you need to do.
If you installed from the MSI:
From version 2.54 (April 2025), the MSI install also supports silent auto-updates that an admin can switch on for the whole organisation. If your IT team has enabled this, updates happen quietly in the background and you don’t see the banner.
To check which version you have right now, open the console, click your account name (top right) > About. The dialog lists the version number, for example 2.55.0.25060. Once you have a current version installed and your first flow built, the next useful skill is to share a Power Automate Desktop flow with a colleague.
After running Power Automate classes for working professionals, I can tell you the same three install problems come up again and again. Here is how to fix each one.
Problem 1. MSI install fails with an admin-rights error. You are not running the installer as a local admin. Right-click Setup.Microsoft.PowerAutomate.exe and choose Run as administrator. If your Windows account simply does not have admin rights on the machine (common on corporate laptops in Singapore banks and large SMEs), switch to the Microsoft Store version, which does not need admin rights. If you must use the MSI for the machine-runtime app, raise an IT ticket asking IT to push the installer for you.
Problem 2. “WebView2 runtime not found”, or a blank console window after install. The Microsoft Edge WebView2 runtime is missing or blocked by a proxy. Download the WebView2 Evergreen Standalone Installer from developer.microsoft.com/en-us/microsoft-edge/webview2, run it as admin, then relaunch Power Automate Desktop. If the download itself is blocked, the corporate proxy is the culprit. Ask IT to whitelist the WebView2 download URL.
Problem 3. Sign-in loop. The sign-in window opens, you enter your password, the window closes, and the console immediately asks you to sign in again. Of course you will be unhappy. This is almost always a Microsoft account mix-up. You signed in with a personal Microsoft account that has the same email as your work account, or your work tenant has a Conditional Access policy blocking the device. Sign out fully (account menu > Sign out), restart Power Automate Desktop, and sign in with one specific account — personal or work, not both. If the loop continues on a work account, ask your admin to check Conditional Access and device compliance.
If your error does not match any of these three, the Settings > Apps > Installed apps list will tell you whether the install half-completed. Uninstall the partial copy, restart the machine, then try the install again.
Once Power Automate Desktop is installed and signed in, the fastest way to feel the value is to record one small task you do every day. Open the console, click New flow, give it a name, and use the Recorder to capture the clicks and keystrokes of a real task — saving an email attachment to a folder, renaming files, copying a value from one app to another. Save the flow, click Run, and watch it repeat what you just did.
That first working flow is the moment Power Automate Desktop stops being “another Microsoft product I installed” and becomes “the thing that gives me an hour back every week”. How good is that?
I hope you’ll like this guide. Do try it out. Install the app, build one small flow this week, and let the time it saves you make the case for the next one. If you’d like a structured classroom path with worked business examples, our Create Agentic AI Automations Without Coding course and our wider Digital Transformation with AI Tools programme both cover Power Automate alongside the cloud and AI tools that pair with it.
Course CTA: Learn Power Automate end-to-end in our two-day PowerApps and Power Automate Masterclass in Singapore — desktop flows, cloud flows, connectors, and a working business example. WSQ-funded.
New to Power BI dashboards? Our hands-on Analyze and Visualize with Power BI course walks…
How to Make a PowerPoint Presentation: Step-by-Step Guide for Beginners To use PowerPoint to make…
How to Write a Business Email: Format, Subject Lines, Templates TL;DR: A business email needs…
How to Use Canva: A Complete Beginner's Guide (2026) To use Canva, sign up for…
How to Use Power Automate: A Beginner's Guide for 2026 Power Automate is Microsoft's no-code…
Power BI How-To Guide for Beginners (From Install to Your First Dashboard) Power BI is…