Dieser Artikel wurde noch nicht übersetzt – Sie lesen das englische Original.
How to Hide Gemini and the Upgrade Button in Google Sheets™
Hide the new Try Gemini sparkle and Google Workspace Upgrade button in Google Sheets™ with a current, backward-compatible Stylus CSS snippet.
Travis
Veröffentlicht
Google Sheets™ places its AI assistant and premium-plan promotion directly in the top toolbar. If you do not use them, the Try Gemini sparkle and Upgrade button can take up space you would rather keep for your spreadsheet controls.
The current Try Gemini control uses this compact four-color sparkle:
Some accounts may still show an older blue Gemini icon or a larger Ask Gemini button.
You can hide the Gemini and Upgrade controls with the Stylus browser extension, which applies your own CSS to a website.
Important: This method only hides the buttons in your browser. It does not disable Gemini, cancel a subscription, or change your Google Workspace account. Google can rename its internal page elements, so the CSS may need another update after a Sheets interface change.
Step 1: Install Stylus#
Disclaimer: We are not affiliated with the Stylus extension or its developers. Stylus is a third-party browser extension.
Step 2: Create a Style for Google Sheets#
- Open a spreadsheet in Google Sheets™.
- Click the Stylus icon in your browser toolbar, then select Manage.
- Click Write new style.
- Under Applies to, choose URLs starting with.
- Enter this URL:
https://docs.google.com/spreadsheets/- Paste this CSS into the editor:
/* Hides older and current Gemini buttons */
.appsElementsSidekickEntryPointRoot,
.appsElementsSidekickAuroraEntryPointRoot,
#docs-sidekick-gen-ai-promo-button-container {
display: none !important;
}
/* Hides the Google Workspace premium "Upgrade" button */
#workspace-onegoogle-pep-container {
display: none !important;
}- Name the style Cleaner Google Sheets, click Save, and make sure Enabled is checked.
- Refresh the spreadsheet.
What Each Selector Hides#
| Selector | Google Sheets control |
|---|---|
.appsElementsSidekickEntryPointRoot | Older Ask Gemini toolbar button |
.appsElementsSidekickAuroraEntryPointRoot | Current compact Try Gemini sparkle |
#docs-sidekick-gen-ai-promo-button-container | Container for the current Try Gemini sparkle |
#workspace-onegoogle-pep-container | Google Workspace premium Upgrade button |
Keeping both the older and current Gemini selectors helps the style work across different Google Sheets interface rollouts.
Troubleshooting#
Gemini or Upgrade Is Still Visible#
Save the style, confirm it is enabled, and refresh the spreadsheet. Also confirm that the style applies to URLs starting with https://docs.google.com/spreadsheets/.
The current Gemini and Upgrade selectors were verified in Google Sheets on July 22, 2026. If Google changes its interface again, inspect the visible button in browser developer tools to find its new container class or ID.
Stylus Does Not Appear in the Toolbar#
Open your browser’s extension menu and pin Stylus to the toolbar. In Chrome, click the extensions icon, find Stylus, and select the pin icon.
Declutter Other Google Workspace Editors#
- Hide Gemini, Upgrade, Refine, and Floating Buttons in Google Docs™
- Hide Gemini and the Upgrade Button in Google Slides™
Prefer Tools That Only Act When You Ask?#
If you are hiding upgrade prompts in Sheets, you probably want an interface that stays quiet until you need it. Our free add-on works that way by design.
Add-on kostenlos holen
Text To Table Converter
AI on your terms — Text To Table Converter: tables, OCR, mail merge, and writing tools in a sidebar you open deliberately. No floating buttons, and AI runs only when you click.
Hat das Ihr Problem gelöst?