Google Docs

How to Remove All Caps in Google Docs

Spencer LanoueSpencer Lanoue
Google Docs

We've all been there. Staring at a Google Doc filled with text in ALL CAPS, wondering how to make it look more reader-friendly. Whether it's a document you received from a colleague who loves their caps lock key a bit too much, or maybe you were just expressing some excitement yourself, there's good news. Transforming all those uppercase letters into a more digestible format is easier than you might think. I'll walk you through several methods to tackle this task in Google Docs, so you can choose the one that fits your needs best.

🔮
The AI Alternative to Google Docs & Word:
Save time by letting Spell write your docs for you. Turn hours of doc writing work into minutes. Try it free →

Using Google Docs' Built-In Text Transform Features

Google Docs has come a long way in terms of usability and feature set, and one handy tool is the text transformation function. If you're dealing with all caps and want to convert them to lowercase or proper case, here's how you can do it:

  1. Select Your Text: Highlight the portion of your document that you want to change. If it's the entire document, you can use Ctrl + A (or Cmd + A on Mac) to select everything.
  2. Access the Format Menu: Click on the "Format" option in the top menu bar. A dropdown menu will appear.
  3. Go to Text and Capitalization: Hover over the "Text" option, and then you'll see "Capitalization" as a submenu. Click on it.
  4. Choose Your Desired Format: Here, you can choose between "lowercase," "UPPERCASE," and "Title Case." Select the one that suits your needs.

This built-in feature is incredibly straightforward and perfect for quick fixes. However, if you're dealing with more complex documents with mixed formatting, you might need to employ some additional tricks.

Utilizing Google Sheets for Bulk Edits

If you're familiar with Excel or Google Sheets, you know they can be powerful allies for text manipulation. You can use Google Sheets to change text case and then re-import it back into Google Docs. Here's how:

  1. Copy Your Text: Highlight the text in Google Docs that you want to change and copy it (Ctrl + C or Cmd + C on Mac).
  2. Open Google Sheets: Go to Google Sheets and open a new spreadsheet.
  3. Paste Your Text: Click on a cell and paste your text (Ctrl + V or Cmd + V on Mac).
  4. Use a Formula: In an adjacent cell, use the formula =LOWER(A1) if A1 is the cell containing your text. You can replace "LOWER" with "UPPER" or "PROPER" depending on your needs.
  5. Expand the Formula: Drag the fill handle (a small square at the bottom-right of the cell) down to apply the formula to additional cells if needed.
  6. Copy the Results: Once your text is in the desired case, copy it from Google Sheets.
  7. Paste Back into Google Docs: Return to your Google Doc and paste the newly formatted text over the old one.

This method is particularly useful for large volumes of text or when you need more control over specific portions of the document.

The AI-First Document Editor
Spell is the AI-powered alternative to Google Docs and Microsoft Word.
Get started for free

Using Add-ons for More Versatility

Google Docs supports add-ons that can enhance its functionality. For changing text case, there are several add-ons available. Here's a quick guide to using one:

  1. Open the Add-ons Menu: In Google Docs, click on "Add-ons" in the top menu bar.
  2. Get Add-ons: Select "Get add-ons" to open the Google Workspace Marketplace.
  3. Search for Text Case Tools: Type "Case Change" or similar keywords into the search bar.
  4. Choose an Add-on: Select an add-on that suits your needs and install it by clicking "Install" and following the prompts.
  5. Use the Add-on: Once installed, you can access it through the Add-ons menu. Follow the specific instructions for the add-on to change your text case.

While these add-ons offer flexibility and additional features, they might come with a learning curve. But don't worry. Most of them are user-friendly and offer instructions right within the interface.

Keyboard Shortcuts for Quick Changes

Some folks love a good keyboard shortcut to speed up their workflow. While Google Docs doesn't have direct shortcuts for changing text case, you can create your own using browser extensions or third-party software that allows for custom shortcuts. Here's a general idea of how you might set that up:

  1. Install a Browser Extension: Look for extensions like "AutoControl" for Chrome or "Tampermonkey" that allow you to create custom scripts or shortcuts.
  2. Create a Shortcut: Set up a script or macro that performs the text transformation, linking it to a key combination.
  3. Execute with a Shortcut: Use your newly created shortcut within Google Docs to quickly change text case.

This method is for those who frequently need to change text case and are comfortable setting up custom scripts or shortcuts. It does require some initial setup but can be a huge time-saver in the long run.

Using Spell for Integrated AI Assistance

Imagine having an AI assistant built into your document editor that can handle all sorts of text transformations, including changing text case. That's where Spell comes in. With Spell, you can:

  • Generate Drafts Quickly: Describe what you want, and Spell writes a high-quality first draft.
  • Edit Using Natural Language: Highlight text and tell Spell what to change, eliminating the need for manual formatting adjustments.
  • Collaborate in Real-Time: Share documents and see updates live, just like Google Docs but with AI built-in.

Using Spell is like having a supercharged version of Google Docs, making your workflow faster and more efficient. It's especially handy if you're dealing with lots of document edits and transformations.

Go From Idea to Polished Doc 10x Faster With Spell 🪄
Get started for free

Manual Adjustments for Finicky Text

Sometimes, text transformations require a human touch, especially if you have a mix of formatting styles or specific words you want to keep in uppercase. Here's how you might handle these situations:

  1. Review Your Document: Go through your text to identify areas that need special attention.
  2. Use Find and Replace: Access the "Find and replace" feature (Ctrl + H or Cmd + H on Mac) to search for specific words and replace them with your desired case.
  3. Manual Edits: For sections that require nuanced changes, make these adjustments manually to ensure everything looks just right.

This approach is time-consuming, but it gives you the most control. Ideal for documents where precision is crucial.

Advanced Techniques with Scripts

Google Apps Script offers a way to automate tasks within Google Docs, including changing text case. This method is more technical but can be highly effective for repetitive tasks. Here's a basic example:

  1. Open the Script Editor: In Google Docs, go to Extensions > Apps Script.
  2. Write a Script: Use the following code snippet to change text case:
function changeCase() {
var body = DocumentApp.getActiveDocument().getBody(),
var text = body.getText().toLowerCase(), // Change to upperCase() or toTitleCase() as needed
body.setText(text),
}
  1. Run the Script: Save your script and click on the run button (a triangle icon) to execute it.

Scripts like these can be customized to suit your specific needs, allowing for a high degree of automation in your workflow.

The AI Alternative to Google Docs
Go from idea to polished doc in seconds with Spell's AI-powered document editor.
Create my first doc

Using External Tools for Batch Processing

For those working with a massive amount of text, external tools can offer batch processing capabilities. Programs like Microsoft Excel or specialized text editors can manage large datasets and then re-import them into Google Docs. Here's a simple workflow:

  1. Export Your Text: Copy the text from Google Docs and paste it into your chosen external tool.
  2. Process the Text: Use the tool's features to bulk edit text case, leveraging functions similar to those in Google Sheets.
  3. Import Back: Once the text is processed, copy it back into Google Docs.

While this method involves additional applications, it can be a lifesaver for extensive text processing tasks.

Final Thoughts

Transforming all caps text into a more readable format in Google Docs is entirely achievable with a variety of methods. Whether you prefer using built-in features, external tools, or AI-powered solutions like Spell, each approach offers its own set of advantages. Spell, in particular, can streamline this process with its AI-driven capabilities, making it a valuable tool for anyone looking to enhance their document editing workflow. Whatever method you choose, you're now equipped to tackle those all caps dilemmas with ease.

Spencer Lanoue

Spencer Lanoue

Spencer has been working in product and growth for the last 10 years. He's currently Head of Growth at Sugardoh. Before that he worked at Bump Boxes, Buffer, UserTesting, and a few other early-stage startups.

Related posts