Skip to main content

Kutools for Office — One Suite. Five Tools. Get More Done.

How to Remove Bold Font from a Pivot Table in Excel

Author Xiaoyang Last modified

When you create a pivot table in Excel, you may notice that key areas—like row labels, subtotal rows, and Grand Total rows—are bolded by default. While this highlights important data, it may not suit all presentation needs.

This guide provides four effective ways to remove bold formatting from pivot tables, helping you control style while maintaining clarity. Each method suits different scenarios—from quick manual tweaks to full automation via VBA.


✅ Method 1: Remove Bold Font by Unchecking Row / Column Headers

This is the easiest and fastest way to remove bold font from pivot table headers.

  1. Select the pivot table. Click any cell inside it to activate the PivotTable Tools.
  2. Select the pivot table

  3. Go to the Design tab under PivotTable Tools.
  4. Uncheck Row Headers and optionally Column Headers in the PivotTable Style Options group.
  5. Uncheck Row Headers

💬 Tip: Unchecking both Row and Column Headers ensures a fully uniform look—especially useful for complex nested pivot tables.
uncheck both Row Headers and Column Headers, the bold font in the row labels is removed as well

⚠️ Limitation: This won't affect subtotal and Grand Total rows. Reapplying a pivot style may reintroduce bold formatting.

a screenshot of kutools for excel ai

Unlock Excel Magic with Kutools AI

  • Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
  • Custom Formulas: Generate tailored formulas to streamline your workflows.
  • VBA Coding: Write and implement VBA code effortlessly.
  • Formula Interpretation: Understand complex formulas with ease.
  • Text Translation: Break language barriers within your spreadsheets.
Enhance your Excel capabilities with AI-powered tools. Download Now and experience efficiency like never before!

✅ Method 2: Remove Bold Font by Removing Formatting

To reset your pivot table’s appearance completely, including bold fonts, you can remove its style.

Click anywhere in the pivot table, then:

  • Go to the Design tab.
  • Click None from the PivotTable Styles gallery (usually the first option).

None Style

✅ Best for: Users who want to strip all formatting (not just bold).
❌ Not ideal for: Keeping custom shading, fonts, or borders intact.

Note: If you change the PivotTable style later, Excel might reapply bold formats based on the new style.


✅ Method 3: Remove Bold Font Using VBA Macro

This VBA macro lets you remove bold formatting from every cell in the selected pivot table—including headers, subtotals, and totals.

  1. Press Alt + F11 to open the VBA editor.
  2. Insert a new module and paste the code below:
Sub RemovePivotBold()
    Dim pt As PivotTable
    Dim cell As Range
    Dim rng As Range

    If TypeName(Selection) <> "Range" Then
        MsgBox "Please select a cell inside a pivot table.", vbInformation, "Remove Bold Macro"
        Exit Sub
    End If

    On Error Resume Next
    Set pt = Selection.PivotTable
    On Error GoTo 0

    If pt Is Nothing Then
        MsgBox "No pivot table found at the selection.", vbInformation, "Remove Bold Macro"
        Exit Sub
    End If

    Set rng = pt.TableRange2
    For Each cell In rng
        cell.Font.Bold = False
    Next cell

    MsgBox "Bold formatting removed from the selected pivot table.", vbInformation, "Remove Bold Macro"
End Sub

To run: Press Alt + F8, select RemovePivotBold, and click Run.

⚠️ Troubleshooting: Make sure a pivot cell is selected. If nothing happens, confirm macros are enabled in your Excel settings.

🚫 Note: Excel Formulas Cannot Control Formatting

Excel formulas are powerful for data calculation and transformation—but they cannot control formatting. This includes bold, italic, color, or borders.

If you want visual control, use one of the methods above. If you want to extract values, formulas are the way to go.


📌 Final Summary

  • Quick & Manual: Uncheck Row/Column Headers
  • Clean Reset: Apply 'None' Style to Remove All Formatting
  • Advanced Control: Use VBA to Clear Bold Everywhere

Store the VBA macro for repeat use—especially if your pivot table refreshes frequently. It’s a time-saver!

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

Excel Word Outlook Tabs PowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in