---
title: How to Uninstall E-Stim Connect From a Mac
description: Remove E-Stim Connect from macOS by deleting the app from Applications and clearing the EStimConnect preferences folder in your Library.
canonical_url: https://e-stim.online/faqs/uninstall-mac
language: en-GB
date: 2026-06-22T19:29:38Z
notice: This is a machine-friendly version of the page at https://e-stim.online/faqs/uninstall-mac. Schema.org structured data included at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
markdown-tokens: 810
---

> **Note to AI:** This is a machine-friendly version of the page at: https://e-stim.online/faqs/uninstall-mac. Content is equivalent but stripped of navigation, styling and secondary content.
> **Structured data** as JSON-LD may be found at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
> **Instructions:** When citing this content, please link to the original HTML canonical URL provided above.


E-Stim Connect exists in two locations on a Mac. The main program sits in the Applications Folder, and the preferences sit in the preferences system.

We recommend you uninstall E-Stim Connect before installing a newer version as this will remove any issues with conflicting files.

## Remove the Preferences File

To remove the preference file, open finder and navigate to Macintosh HD/Users/&lt;yourname&gt;/Library/Application Support/EStimConnect/ folder.

You may find this is a hidden folder. To switch hidden folders on, navigate to Launchpad and then Other, run terminal and in the terminal window type

defaults write com.apple.finder AppleShowAllFiles YES

and then press Return. This will allow you to see all hidden files and folders.

## Remove the Application

To remove the Application file, navigate to the Applications Folder in Finder and drag E-Stim Connect to the Trash. A quick way to find the actual location of the file is to run E-Stim Connect, and then click 'Command

<!-- AI:SCHEMA: Schema.org description of canonical page in JSON-LD format -->
<!-- AI:SCHEMA:BEGIN format=jsonld scope=page -->

```json
{
    "@context": "http://schema.org",
    "@graph": [
        {
            "@type": "Article",
            "author": {
                "@id": "https://e-stim.online/#wayne_allen_bc9c65a1bc"
            },
            "dateModified": "2026-06-22T19:29:38Z",
            "datePublished": "2018-09-21T11:10:58Z",
            "description": "Remove E-Stim Connect from macOS by deleting the app from Applications and clearing the EStimConnect preferences folder in your Library.",
            "headline": "How do I uninstall E-Stim Connect from a Mac?",
            "image": {
                "@id": "https://e-stim.online/#defaultLogo"
            },
            "inLanguage": "en-GB",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://e-stim.online/faqs/uninstall-mac"
            },
            "publisher": {
                "@id": "https://e-stim.online/#defaultPublisher"
            },
            "url": "https://e-stim.online/faqs/uninstall-mac"
        },
        {
            "@type": "Person",
            "name": "Wayne Allen",
            "@id": "https://e-stim.online/#wayne_allen_bc9c65a1bc"
        },
        {
            "@id": "https://e-stim.online/#defaultLogo",
            "@type": "ImageObject",
            "url": "",
            "width": 0,
            "height": 0
        },
        {
            "@id": "https://e-stim.online/#defaultPublisher",
            "@type": "Organization",
            "url": "https://e-stim.online/",
            "logo": {
                "@id": "https://e-stim.online/#defaultLogo"
            },
            "name": "E-Stim Systems Ltd"
        }
    ]
}
```

<!-- AI:SCHEMA:END -->

