Install with winget
Open PowerShell or Command Prompt and run:
winget install Posit.RStudio
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About RStudio
RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
Advanced Install Options
Install (latest)
winget install Posit.RStudioInstall (pinned version)
winget install --id Posit.RStudio -e --version 2026.04.0+526Upgrade
winget upgrade Posit.RStudioUninstall
winget uninstall Posit.RStudioFrequently Asked Questions
How do I install RStudio using winget?
Open PowerShell or Windows Terminal and run:
winget install Posit.RStudio. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is RStudio?
RStudio is an integrated development environment (IDE) for R.
Is RStudio free to use?
RStudio is distributed under the AGPL-3.0 license. Check the publisher’s site for full licensing details.
How do I update RStudio with winget?
Run
winget upgrade Posit.RStudio in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall RStudio?
Run
winget uninstall Posit.RStudio to remove RStudio from your system.