What is the difference between a GA4 account, property, and data stream?
Before you delete anything, it's worth understanding what you're actually deleting. GA4 has three levels, and they're not interchangeable.
Account is the top-level container - your organisation in Google Analytics. One account can contain many properties. Deleting an account removes everything underneath it: all properties, all data streams, and all historical data.
Property is a website or app you track. Each property sits inside an account and has its own reporting data. Deleting a property removes all data for that site but leaves any other properties in the account untouched.
Data stream is a specific source of data - for example, your website's web stream, or an iOS app. Deleting a stream stops new data from coming in but does not delete the historical data already stored at the property level.
Most people who want to leave Google Analytics entirely should delete the property, not just a data stream. If you're closing down Google Analytics for good and have no other properties worth keeping, deleting the account is cleaner. Choose the right level before you start.
How do you export your GA4 data before deleting?
Once the 35-day trash window closes, your data is gone permanently. There is no support ticket that will recover it, and Google will not make exceptions. If there is any chance you'll need your historical traffic data - for year-over-year comparisons, a handover to a client, or legal reasons - export it first.
You have three main options:
- Explore reports (built-in export): In GA4, open any Explore report, configure the dimensions and metrics you need, then use the export button (top right) to download as CSV or PDF. This is the fastest option for a quick snapshot of your key metrics.
- BigQuery export: GA4 has a native BigQuery integration with a free tier. Link your property to BigQuery, trigger a historical export, and download the raw event data as flat files. This gives you everything - every event, every session, every parameter - in a format you can query or archive. It takes more setup but is the only way to get complete raw data.
- Google Takeout: If you want a broader export of your Google account data, Google Takeout (takeout.google.com) includes Google Analytics. The format is less useful for analysis than a BigQuery export, but it's an option if you want a general archive.
Set aside time to do this before you start the deletion process. Once the property or account is in the trash, the 35-day clock is running.
How do you delete a GA4 property?
This removes one website's analytics while leaving the rest of your account and other properties intact. Use this if you want to stop tracking a specific site without closing your entire Google Analytics account.
- Go to analytics.google.com and make sure you're viewing the correct property.
- Click the Admin gear icon in the bottom-left corner.
- In the Property column (the middle column), click "Property Settings."
- Scroll to the very bottom of the page.
- Click "Move property to Trash."
- A confirmation dialog will appear - read it and confirm.
The property now sits in the trash with a 35-day recovery window. You can restore it any time within those 35 days by going to Admin and looking for the trash option. After 35 days, it's gone permanently along with all historical data for that property.
How do you delete a GA4 account?
This removes the entire account, including every property and data stream inside it. Use this if you're leaving Google Analytics completely and have nothing worth keeping under this account.
- Go to analytics.google.com.
- Click the Admin gear icon in the bottom-left corner.
- In the Account column (the left column), click "Account Settings."
- Scroll to the bottom of the page.
- Click "Move to Trash."
- Confirm in the dialog that appears.
The same 35-day grace period applies. Any admin on the account can restore it during that window. After 35 days, the account, all its properties, all data streams, and all historical data are permanently deleted.
How do you remove the GA4 tracking code from your website?
Deleting the property or account in Google Analytics stops data from being processed - but if you leave the GA script on your site, it will still fire on every page load, generate network requests to Google's servers, and potentially slow down your pages. It's cleaner to remove it.
How you remove it depends on how you added it in the first place:
- Via Google Tag Manager: Either delete the GA4 tag inside your GTM container, or remove the GTM container snippet from your site's HTML entirely. If GTM is also managing other tags you still use, delete just the GA4 tag and republish the container.
- Via a WordPress plugin (Site Kit, MonsterInsights, or similar): Deactivate and then delete the plugin. Most of these plugins inject the GA script automatically - deactivating them removes it.
- Manually in your theme or template: If you or a developer added the gtag.js snippet directly to a header file, find the script block in your theme's header.php, your site's
<head>template, or functions.php, and remove it.
After removing the script, check your site's page source (right-click, view source) to confirm the GA snippet is no longer present before you consider the job done.
What should you do after deleting Google Analytics?
You'll need a replacement. Running a website without any analytics means you're making decisions on instinct - which pages work, where visitors drop off, which traffic sources convert. That's a disadvantage you don't need.
The options range from complex to simple. Matomo self-hosted gives you complete control over your data and close feature parity with GA4, but it requires a server to run on and meaningful setup time. It's a good choice if you have technical resources and want deep reporting.
If you want to be up and running in five minutes with no server configuration and no compliance headache, TrackTrendy is the straightforward path. Install one lightweight script, and you get accurate traffic data, traffic sources, page-level performance, and conversion tracking - all without cookies, so there's no consent banner required and your numbers reflect 100% of your visitors, not the 60-80% who click through a cookie prompt. It starts at €4/month for one site.
The migration from GA4 to a cookie-free tool is also a GDPR reset: you stop sending visitor data to US servers, you remove the need for a cookie banner, and your analytics start reflecting actual traffic rather than the data that makes it through consent.