Skip to main content
melenciol54523440
Participating Frequently
August 22, 2018
Question

Adobe Creative Cloud - roaming profile space issue

  • August 22, 2018
  • 8 replies
  • 36387 views

Since Adobe Creative Cloud has been installed on my machine I exceed my profile space every couple of days. I've then spent 1/2 hour hunting down odd files under C:\Users\username\AppData\Roaming that I feel I can delete.

I changed these paths for testing but still no luck. My roaming profile space was again over the limit.

From ACC Apps:
Install location (from default folder to C:\ Drive (Creative Cloud Files) )

From ACC files:
Folder location (from default folder to C:\ Drive (Creative Cloud Files) )

C:\Users\username\AppData\Roaming\Adobe\CCX Welcome\stock\assets and deleted 85MB of files.

Maybe you guys have a better solution.

8 replies

Participant
September 1, 2021

My 2 cents:

 

Can't hate these two folders more as they create on-going roaming profile issues and apparently Adobe couldn't care less.

 

'CCX Welcome'

'Experimentation' 

From inside user's roaming folder, navigate to these folders, delete absolutely everything inside, the get back one level: Right click on them -> Security -> Edit -> Deny all for both 'System' and '<current username>' -> Apply -> OK

Operation completed. Nothing ever grows back.

What's affected when using the applications? The utterly annoying, completely useless welcome screen and the loads of clueless learning tips, etc are all gone. Back to the clean state of a design tool.

 

Seriously Adobe, stop throwing the unwanted sense of interaction towards users while completely ignoring user's true needs. Spend more time on the content rather the packaging!

vvplem
Known Participant
November 1, 2019

Hi everyone,

I used LR and PS exclusively with a creative cloud account on a very limited SDD space 120gb). I never used and never will use Stock but somehow there is 1.2gb of my precious diskspace used by utterly useless images from adobe/ccx welcome/stock/assets. How can I get rid of it the proper way without affecting the rest of adobe cc apps?

Thank you for your help!

Vania

Participant
June 27, 2021

I would like to know how to get it to stop automatically downloading too. I delete it and it keeps coming back and tracking what I do. 

Participant
June 27, 2019

I just found 72 GB occupied by over 277,000 files under Adobe in the Roaming Data section. There are entries and cached files from every previous version of Adobe CC - never cleaned up after updating to the new version. What a waste of space, and a complete and utter programming failure.  When I contacted Tech Support they said I could just delete the files and directed me here.  Complete BS!!

Adobe MUST do a better job of cleaning up after itself or at least informing the user how and where to deal with the FILE BLOAT they are causing.

Inspiring
November 7, 2019

I totally agree. I just found gigabytes of useless temporary files in the above mentioned folders that should have been cleaned up after installation. This is very bad (lazy) programming practice. Adobe, you're not at home on my system.

--Patrick
Inspiring
November 14, 2019

Today I found again tons of temporary files left over in C:\Users\<user>\AppData\Roaming\Adobe\CCX Welcome\stock\assets. At least, let me specify another partition for storing these files

--Patrick
Participant
January 28, 2019

Just my two cents.

In practice it seems that roaming profiles over 500MB in size may give you problems, causing all sorts of errors.

I understand that a user likes it if his/her settings/brushes/fonts/etc. move with them to another computer (hence roaming profiles), but it would be great to simply have an option to change the path. This way we can move settings to, for instance, a personal folder and everything works. Both from an Adobe and Microsoft point of view.

For now I had to resort to Group Policies to exclude the biggest folders from roaming.

Participant
December 11, 2018

IT Admin here. I'm working on implementing roaming profiles for my staff and I'm having these sorts of issues. The Creative Cloud Apps are not very IT admin friendly.

Firstly, I would suggest checking the cache path for each individual Creative Cloud app as well as the cache deletion settings.

Then you can check whats taking up the most space:

I'm not sure how this forum feels about putting code into posts but if you are confident with powershell this will give you a good idea of what is taking up the most space in your AppData Adobe Folders

get-childItem $Env:APPDATA\Adobe,$Env:LOCALAPPDATA\Adobe -Directory |%{

    Select -InputObject $_ -property FullName,@{n="length";e={$_ | Gci -Recurse -File | Measure length -sum|Select -expand Sum}}

    } | sort length -Descending

AFAIK, the "AppData\Roaming\Adobe\CCX Welcome\stock" should not be used for cache files. However it might make sense to delete cache files with a logout script.

If your IT is open to it, they can delete the cache files with a logout script. Something like the one below.

Get-ChildItem $Env:APPDATA\Adobe,$Env:LOCALAPPDATA\Adobe -Directory -Recurse |

    Where name -in "Media Cache Files","Media Cache","Peak Files","PTX" |

    Get-ChildItem -File | Where LastWriteTime -lt (Get-Date).AddDays(-14) |

    Remove-item

Or once you figure out which folders are taking up so much space you can clear them out with a script on each log off.

David__B
Adobe Employee
Adobe Employee
August 24, 2018

Hi Melencio,

Sorry to hear about your difficulties. A few clarifying questions

  • How much space are you allowed to use for your roaming profile? Is this limit imposed by your company or IT dept.?
  • How much is being used by Adobe related files currently?
  • Are your roaming files stored locally or on a server?

I believe the files in this location are part of the installation for the Creative Cloud desktop app for content within the Learn section. I wouldn't recommend removing these files.

C:\Users\username\AppData\Roaming\Adobe\CCX Welcome\stock

Just to confirm, you were able to successfully change the path where the Creative Cloud Files folder is stored in the preferences correct?

Thanks,

- Dave

melenciol54523440
Participating Frequently
August 27, 2018

Please see my comments below. Thank you!

- 24567MB allowed space on roaming profile. Yes, imposed by our IT Department.

- It's more than the allowable space on roaming profile that is why we manually deleted from this path C:\Users\username\AppData\Roaming\Adobe\CCX Welcome\stock.

- Server

Yes. I was able to change the path from the screenshot provided and leave it that way, however for some reason others files are keep saving on this path still C:\Users\username\AppData\Roaming\Adobe\CCX Welcome\stock.

Is there any workaround to avoid this problem? Can we able to change the installation path instead?

David__B
Adobe Employee
Adobe Employee
August 27, 2018
Abambo
Community Expert
Community Expert
August 23, 2018

in the Creative Cloud app preferences:

Does it help to get your CC files out of the way?

ABAMBO | Hard- and Software Engineer | Photographer
melenciol54523440
Participating Frequently
August 23, 2018

Thanks for the reply.

I believe I tried this already but still coming back to here C:\Users\username\AppData\Roaming\Adobe\CCX Welcome\stock

Jeffrey_A_Wright
Community Manager
Community Manager
August 23, 2018

Melenciol54523440, to confirm is it the location of the CC Files that is reverting or the location of the installed CC applications?

Kanikas
Community Manager
Community Manager
August 22, 2018