Uploaded February 2026 | Updated September 2026, 1 week ago
Before you wipe your computer or move to a new machine, make sure your Claude Code settings are safe. In this tutorial, I'll walk you through how to take inventory of your current Claude Code setup, create a full backup of your settings and custom skills, and do a clean uninstall on both Mac and Windows.
If you're switching machines, starting fresh, or just want a clean slate before reinstalling, this is the process to follow before you touch anything.
-------------------------------------------------
What You'll Learn:
-------------------------------------------------
How to check your Claude Code version
How to confirm which installer you used (npm or native)
How to view your global config settings and custom skills
What gets removed during uninstall and what stays untouched
How to create a backup folder and copy your entire .claude directory
How to reveal hidden files on Mac to confirm your backup actually worked
How to uninstall Claude Code forthe native installer and the npm installer
How to verify Claude Code has been fully removed from your system
-------------------------------------------------
Key Commands:
-------------------------------------------------
Check version:
claude --version
Check install location (Mac):
which claude
Check install location (Windows):
where claude
View Claude Code settings:
ls -la ~/.claude/
Create backup folder:
mkdir -p ~/claude-backup
Backup all Claude Code data:
cp -R ~/.claude ~/claude-backup/
-------------------------------------------------
🔗 Links Mentioned
-------------------------------------------------
How to Backup & Uninstall Claude Code (Part 1)
youtu.be/QdAtrdBHjBY
How to Install Claude Code (Native Installer) (Part 2(:
youtu.be/uPpj6CZ6LLo
How to Restore Claude Code Settings From a Backup (Part 3):
youtu.be/LkDIKZBQLic
-------------------------------------------------
⏱️ Timestamps
-------------------------------------------------
00:00 Intro: About This Tutorial
00:14 Who Is This For?
00:42 Prepare For Backup
00:56 Check Current Version of Claude Code
01:17 Which (Where) Claude
02:32 Global Config Settings
02:52 What is Removed & What is Not?
03:24 Backup Location
04:29 Backup Al Claude Code Data
05:52 Confirm Backup Worked
07:06 Uninstall (Clean Removal)
08:38 Remove Claude Code
09:27 Verify Removal
-------------------------------------------------
🪜 Step-by-Step
-------------------------------------------------
1. Run claude --version to note your current version
2. Run which claude (Mac) or where claude (Windows) to confirm which installer you used
3. Run ls -la ~/.claude/ to view your global config, history, and custom skills
4. Create a backup folder: mkdir -p ~/claude-backup
5. Copy all Claude Code data: cp -R ~/.claude ~/claude-backup/
6. Open the backup folder in Finder or File Explorer and press Shift +
7. Command + . (Mac) to show hidden files and confirm the .claude folder
8. Run which claude again to confirm your install type, then run the matching uninstall command (native installer or npm)
9. Remove global settings, auth tokens, and cache using the three removal commands (covered at 08:38)
10. Run which claude and claude --version to verify Claude Code has been fully removed
-------------------------------------------------
📦 Resources (may contain affiliate links)
-------------------------------------------------
➜ Gear I Use: mikemurphy.co/resources
➜ Hostinger VPS: https://www.hostg.xyz/SHIDN
➜ 1Password: 1password.partnerlinks.io/mikemurphy
➜ BeeHiiv Newsletters: https://www.beehiiv.com?via=MikeMurphy1
➜ Amazon Influencer Store: amazon.com/shop/mikemurphyco
-------------------------------------------------
📍 Find Me
-------------------------------------------------
➜ Website: mikemurphy.co
➜ AI Unplugged Newsletter: aiunplug.io
➜ Podcast: mikemurphy.co/mmu
➜ Instagram: instagram.com/mikeunplugged
➜ X: http://x.com/mikeunplugged
➜ YouTube: mikemurphy.co/youtube
------------------------------------------------
Amazon Associates Disclosure: Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.
------------------------------------------------
#claudecode #claudeai #anthropic #uninstallclaudecode #backupclaudecode #terminal #mac #windows #cli #aitools #developertools #aicoding #techtutor #macos #commandline
Before you wipe your computer or move to a new machine, make sure your Claude Code settings are safe. In this tutorial, I'll walk you through how to take inventory of your current Claude Code setup, create a full backup of your settings and custom skills, and do a clean uninstall on both Mac and Windows.
If you're switching machines, starting fresh, or just want a clean slate before reinstalling, this is the process to follow before you touch anything.
-------------------------------------------------
What You'll Learn:
-------------------------------------------------
How to check your Claude Code version
How to confirm which installer you used (npm or native)
How to view your global config settings and custom skills
What gets removed during uninstall and what stays untouched
How to create a backup folder and copy your entire .claude directory
How to reveal hidden files on Mac to confirm your backup actually worked
How to uninstall Claude Code forthe native installer and the npm installer
How to verify Claude Code has been fully removed from your system
-------------------------------------------------
Key Commands:
-------------------------------------------------
Check version:
claude --version
Check install location (Mac):
which claude
Check install location (Windows):
where claude
View Claude Code settings:
ls -la ~/.claude/
Create backup folder:
mkdir -p ~/claude-backup
Backup all Claude Code data:
cp -R ~/.claude ~/claude-backup/
-------------------------------------------------
🔗 Links Mentioned
-------------------------------------------------
How to Backup & Uninstall Claude Code (Part 1)
youtu.be/QdAtrdBHjBY
How to Install Claude Code (Native Installer) (Part 2(:
youtu.be/uPpj6CZ6LLo
How to Restore Claude Code Settings From a Backup (Part 3):
youtu.be/LkDIKZBQLic
-------------------------------------------------
⏱️ Timestamps
-------------------------------------------------
00:00 Intro: About This Tutorial
00:14 Who Is This For?
00:42 Prepare For Backup
00:56 Check Current Version of Claude Code
01:17 Which (Where) Claude
02:32 Global Config Settings
02:52 What is Removed & What is Not?
03:24 Backup Location
04:29 Backup Al Claude Code Data
05:52 Confirm Backup Worked
07:06 Uninstall (Clean Removal)
08:38 Remove Claude Code
09:27 Verify Removal
-------------------------------------------------
🪜 Step-by-Step
-------------------------------------------------
1. Run claude --version to note your current version
2. Run which claude (Mac) or where claude (Windows) to confirm which installer you used
3. Run ls -la ~/.claude/ to view your global config, history, and custom skills
4. Create a backup folder: mkdir -p ~/claude-backup
5. Copy all Claude Code data: cp -R ~/.claude ~/claude-backup/
6. Open the backup folder in Finder or File Explorer and press Shift +
7. Command + . (Mac) to show hidden files and confirm the .claude folder
8. Run which claude again to confirm your install type, then run the matching uninstall command (native installer or npm)
9. Remove global settings, auth tokens, and cache using the three removal commands (covered at 08:38)
10. Run which claude and claude --version to verify Claude Code has been fully removed
-------------------------------------------------
📦 Resources (may contain affiliate links)
-------------------------------------------------
➜ Gear I Use: mikemurphy.co/resources
➜ Hostinger VPS: https://www.hostg.xyz/SHIDN
➜ 1Password: 1password.partnerlinks.io/mikemurphy
➜ BeeHiiv Newsletters: https://www.beehiiv.com?via=MikeMurphy1
➜ Amazon Influencer Store: amazon.com/shop/mikemurphyco
-------------------------------------------------
📍 Find Me
-------------------------------------------------
➜ Website: mikemurphy.co
➜ AI Unplugged Newsletter: aiunplug.io
➜ Podcast: mikemurphy.co/mmu
➜ Instagram: instagram.com/mikeunplugged
➜ X: http://x.com/mikeunplugged
➜ YouTube: mikemurphy.co/youtube
------------------------------------------------
Amazon Associates Disclosure: Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.
------------------------------------------------
#claudecode #claudeai #anthropic #uninstallclaudecode #backupclaudecode #terminal #mac #windows #cli #aitools #developertools #aicoding #techtutor #macos #commandline







![Adobe Podcasts: How To Create Audiograms
Adobe Podcasts: How To Create Audiograms
This tutorial will show you how to use Adobe Podcasts to create free audiograms to transform audio content into shareable video clips with waveform animations and captions.
Adobe Podcast:
https://podcast.adobe.com
AudioGram Documentation:
https://podcast.adobe.com/en/guides/audiograms-101
What is an Audiogram?:
A short, visually engaging video that combines audio clips with dynamic waveforms, captions, and imagery to make spoken content more shareable.
———————
Gear I Use:https://mikemurphy.co/resources
To try or buy Adobe After Effects CC 2025:
https://mikemurphy.co/adobe (affiliate link)
Terrapin Textures:
https://terrapintextures.com
⭕️ Check out my Domestika Course on Adobe Audition:
https://mikemurphy.co/domestika
——————
Chapters:
00:00 Intro: About The Tutorial
00:16 AudioGrams-MP4 Videos
00:33 Samples of Audiograms
00:54 How To Create Audiograms
01:05 Free vs. Premium
01:25 Record Audio
01:36 Start Recording or Upload Audio
01:53 Rename Projects
02:00 Select Microphone
02:10 Upload Audio File
02:22 Transcribe Audio
02:36 Speaker Name
02:55 Edit Transcription
03:24 Add Background Music
03:44 Move Tracks
03:55 Set To Background
04:09 Split Music Track
04:42 Download (Create Audiogram)
04:56 Customize Audiogram
05:18 Create Audiogram
05:37 Preview Audiogram
06:05 Create Additional Audiograms
06:18 After Effects Workflow
06:52 Re-open Older Projects
——————
How To Create Audiograms using Adobe Podcast:
1. Open a web browser
2. Visit https://podcast.adobe.com
3. Click on ‘Tools’
4. Click on ‘Studio
5. Click on ‘New Project’
6. Click next to Home icon in the top left to Rename Project.
7. To add audio files, click Upload from the left menu and pick an audio file.
8. To record, click the red circle icon [🔴] and begin recording your content.
9. Select text and click on Pencil to edit Transcription
10. Click on ‘Filters’ to Enhance Audio
11. Click on +Music to add background music
12. Click icon in top right of Music track and ‘Set to Background Music’
13. Click ‘Download’ in the top right corner
14. Click on ‘Audiogram’
15. Change Size/Aspect Ratio
16. Click to change ‘Theme’
17. Click to add ‘Background’ image
18. Click to ‘Remove Branding’
19. Click ‘Create audiogram’ to generate and download
➜Amazon Influencer Store: https://www.amazon.com/shop/mikemurphyco
➜See All My Gear: https://www.mikemurphy.co/podgear
➜ Get Adobe Creative Cloud: https://mikemurphy.co/adobe
➜Screencast Software:
Screenflow: https://mikemurphy.co/screenflow
➜ VISIT MY WEBSITE:
- https://mikemurphy.co
➜ SUBSCRIBE TO PODCAST
-https://mikemurphy.co/mmu
➜ SOCIAL MEDIA:
- Instagram: http://instagram.com/mikeunplugged
- Facebook: https://mikemurphy.co/facebook
- Twitter: http://twitter.com/mikeunplugged
- YouTube: https://mikemurphy.co/youtube
Amazon Associates Disclosure:
Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com Adobe Podcasts: How To Create Audiograms](https://i.ytimg.com/vi/TqrrCXWegpc/mqdefault.jpg)


