Computer Win11.
IDE does not start, stays for ever into the white screen with the pulsating Arduino logo.
Help, please!!!
Computer Win11.
IDE does not start, stays for ever into the white screen with the pulsating Arduino logo.
Help, please!!!
Hi @mikemarcu. I'm going to ask you to provide some additional information that might help us to identify the problem.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
C:\Program Files\Arduino IDE
C:\Users\<username>\AppData\Local\Programs\Arduino IDE
(where <username> is your Windows username)AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".& ".\Arduino IDE"
<CODE/> icon on the post composer toolbar.```) to your reply to make sure the error messages are correctly formatted.Please let us know if you have any questions or problems while following those instructions.
I moved your topic to an appropriate forum category @mikemarcu.
In the future, when creating a topic please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation
Error pasting the output of PowerShell, only 120000 characters allowed, my PowerShell output has over 400000
One more detail that I just notified, in the TaskBar IDE shows like a white page, not the normal IDE.
OK, please do this:
& ".\Arduino IDE"
.txt format..txt file you saved from the "Open" dialog.Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps 16-18 above, you can simply drag and drop the .txt file onto the post composer field to attach it.
Please let us know if you have any questions or problems while following those instructions.
PS CProgram FilesArduino IDE & .Ard.txt (397.4 KB)
Any suggestions, please?
On startup, Arduino IDE queries the Windows operating system for the location of your user "Documents" folder. The reason Arduino IDE is not starting is because when it makes this query Windows responds that the "Documents" folder doesn't exist. Since that folder should always exist, the IDE fails to start with this "Unable to get Documents Folder: ..." error.
Traditionally, the default location of the "Documents" folder was a path with this format:
C:\Users\<username>\Documents
(where <username> is your Windows username)
Although that is the default, it is possible to customize the location of this folder. If the location was changed to a drive that is not accessible (e.g., a USB drive that is unplugged), that could cause the "Unable to get Documents Folder: ..." error.
If you have the Windows "OneDrive folder syncing" feature enabled, the "Documents" folder is located under the OneDrive storage by default, at a path with this format:
C:\Users\<username>\OneDrive\Documents
(where the name of the Documents folder might actually be the localized equivalent)
It is also possible the folder could be located on alternative cloud storage providers (e.g., Dropbox.
When other users reported encountering this "Unable to get Documents Folder: ..." error, we often found that the problem was caused by them having disabled OneDrive in some manner, or else by them not having a connection to the OneDrive service.
Can you think of anything unusual about your system that might cause Arduino IDE to not be able to access your "Documents" folder?
I am using a very s l o w Windows 11 computer.
When I start my IDE (2.3.7), I stop all other applications and wait. If, after thirty minutes, the IDE is not up and running, I close the IDE, wait a few minutes (yes, minutes) and then restart the IDE... and wait... thirty minutes... then stop the IDE and restart. Eventually, it will start.
The IDE needs updates, which is part of your waiting
here is OneDrive
Directory of C:\Users\mikem
02/09/2026 07:15 PM <DIR> .
08/05/2025 02:51 PM <DIR> ..
02/09/2026 09:32 AM <DIR> .arduinoIDE
08/12/2025 02:37 PM <DIR> .dotnet
08/06/2025 10:24 AM <DIR> .ms-ad
02/07/2026 10:58 AM <DIR> .platformio
08/06/2025 01:36 PM <DIR> .vscode
08/05/2025 02:28 PM <DIR> Contacts
02/09/2026 07:17 PM <DIR> Documents
02/08/2026 05:33 PM <DIR> Downloads
08/05/2025 02:28 PM <DIR> Favorites
08/05/2025 02:28 PM <DIR> Links
08/05/2025 02:28 PM <DIR> Music
02/09/2026 07:16 PM <DIR> OneDrive
08/05/2025 02:28 PM <DIR> Saved Games
08/05/2025 06:22 PM <DIR> Searches
08/18/2025 11:12 AM <DIR> Videos
I never used OneDrive online, cloud.
You can try the following procedure to correct the configuration of the "Documents" folder:
C:\Users\<username>\Documents
(where <username> is your Windows username)Now start Arduino IDE again. Hopefully this time it will start up completely and work as expected. If not, add a reply here on this forum topic to let us know and we'll try to find an alternative solution.
I had to restore the location of Documents folder modifying the Registry.
Now it works well with one small bug, the icon on the TaskBar.
All fixed.
Thank you for your help!
Hi. I'm having the same problem.
PC: Win 11 24H2. Arduino IDE v2.3.7 x64.
After fresh install the IDE just stay with pulsing logo. Tested with v2.3.1 - same thing.
My 'Documents' folder is on "D:<username>\Documents". Moved there for safe keeping.
Been there from my Windows 7 days.
Tested with restored location - problem not fixed.
Please fix from IDE itself.
-- PS --------------------------------
Please don't use the default locations. Use the special "Documents" default environment variable build in Windows ( %USERPROFILE%\Documents).
I uninstall Arduino IDE. Maybe will try next version. Maybe ...
Check the registry.
Hi Again.
My registry is fine, thanks for you concern.
I figure it today by myself. Because v2.3.7 wasn't install (2.3.6 was) on my other PC with Win10, decided to test it as well.
2.3.6 also 'hiked up' but manage to spit something in output window for my system clock not being in correct time. (Actually was 2 hrs down ) An because Arduino is checking for updates, wasn't been able to "verify some integrity" of something... i forgot exact message.
Manually adjusted the clock and all is fixed. After updating to 2.3.7 still working.
So on Win11, fresh install (never been installed before) Arduino IDE starts, trying to download and install default boards and libraries and fail ... result in only bouncing logo.
Te reason why my clock is 'off time' is that: I'm running dual boot Linux Mint & Windows 11.
Both OS have different opinion for time saving formats ...
Primarily I'm programming in Linux, but this time (just this time) decided to check in Windows.
So it nobody's fault, but isn't it will be better if Arduino IDE load its interface first, then ask (or at least tell to user) what is doing and report is something go wrong?
So i'm hoping my experience will help others. And also Arduino developers too.
One more thing. I've tested Documents location problem also.
Turns out, as long the location is accessible, there is no problem if is in :
C:\Users\<username>\Documents
or
D:\<username>\Documents
Cheers.