Skip to main content
Proxy Basics

How Does Vanguard Vote Proxies? The Stewardship Strategy Explained [2026]

7 min read

Introduction: The Scale of Vanguard's Proxy Voting Power

When analyzing how Vanguard votes proxies, one must first understand the sheer magnitude of their influence. As the second-largest asset manager in the world, overseeing roughly $8.6 trillion in assets (as of late 2024), Vanguard controls a significant percentage of the voting power in nearly every major public US company. Because Vanguard is primarily a passive manager (tracking indices rather than picking stocks), they hold shares in thousands of companies simultaneously.

The Core Principle: Vanguard’s proxy voting strategy is governed by one overarching fiduciary duty: to protect the long-term economic interests of the funds' investors. They view excessive executive pay, poor board oversight, and strategic risks (like climate change) as financial threats, rather than merely political issues.

---

Part 1: The Mechanism of Decision Making

Vanguard does not manually vote every proxy for the 15,000+ companies they hold stakes in. Instead, they utilize a combination of automated rules and human oversight through their Investment Stewardship team.

The Framework: "Vote with Management" vs. Independent Judgment

Historically, many asset managers adopted a "rubber stamp" approach, voting with management 99% of the time. Vanguard’s approach is more nuanced:

1. Core Proposals (Executive Compensation, Auditor Ratification, Board Elections): Vanguard has strict guidelines. If a company fails to align with Say-on-Pay standards or lacks board independence, Vanguard will vote against management.

2. Shareholder Proposals: This is where it gets technical. If a Vanguard fund holds an Index Fund strategy, Vanguard generally votes in line with the majority of *independent* shareholders (excluding the company's insiders). This is to ensure that Vanguard does not act as a "kingmaker" that sways outcomes against the broader market's will.

The 2025 Shift: AI and Automation

In 2025, Vanguard relies heavily on Natural Language Processing (NLP) to parse proxy statements. They scrape thousands of PDFs (DEF 14A forms) to extract data on:

  • Board Diversity Metrics: Ensuring the board has diverse skills (not just demographics).
  • Climate Risk Disclosures: Using AI to analyze Scope 1 and 2 emission targets.
  • Alignment of Pay: Comparing CEO compensation metrics against median employee pay and peer groups.
  • ---

    Part 2: How to View Vanguard's Voting Records

    As an investor, you have the right to know how your shares are voted. Vanguard is surprisingly transparent compared to some peers.

    Step-by-Step Guide to Accessing Voting Data

    1. Navigate to Corporate Governance: Go to vanguard.com -> "Personal Investors" -> "About Us" -> "Corporate Governance." 2. Access the Proxy Voting Dashboard: Vanguard provides a search tool where you can input a Ticker Symbol (e.g., AAPL) to see exactly how Vanguard voted on every proposal at the last annual meeting. 3. Download the Data: For data scientists or quants, Vanguard offers CSV downloads of their complete voting history.

    Real-World Example: Apple (AAPL) 2024 Meeting

  • Proposal: Say-on-Pay (Executive Compensation).
  • Management Recommendation: For.
  • Vanguard's Vote: Against.
  • Reasoning: While Apple is profitable, Vanguard's analysis determined that the equity grants were excessively large relative to performance benchmarks, diluting shareholder value.
  • ---

    Part 3: Can Retail Investors Direct Vanguard's Vote?

    This is the most common friction point between Vanguard and its clients.

    The "Passive" Constraint

    If you own a Mutual Fund or ETF (like VTI or VOO), you cannot direct Vanguard on how to vote your shares. The prospectus you signed grants Vanguard full discretion to act as the shareholder on your behalf. This is technically necessary because Vanguard is the legal owner of record of the shares; you own a claim on the value of the fund, not the underlying shares directly.

    The Exception: Direct Stock Ownership

    If you use Vanguard's brokerage arm to buy individual stocks directly (holding the stock in your name, not inside a fund), you can vote.

    How to Vote in Vanguard Brokerage: 1. Log in to Vanguard Brokerage. 2. Go to "My Accounts" -> "Cost Basis & Proxy Voting." 3. You will see active ballots. 4. Voting Method: You can vote manually or set "Standing Voting Instructions" (SVI). * SVI Logic: You can set a rule: "Always vote for Board Directors" or "Always against Shareholder Proposals." * This automation ensures that if you own 50 different stocks, you don't have to manually click 500 times during proxy season.

    ---

    Part 4: Technical Comparison: Vanguard vs. Peers

    How does Vanguard differ from BlackRock or State Street in 2025?

    | Feature | Vanguard (2025) | BlackRock (2025) | State Street (2025) | | :--- | :--- | :--- | :--- | | Primary Philosophy | "Index Fund" Consensus (Vote with independent majority) | Focus on "Transition Finance" (Active engagement on Climate) | "Fearless Stewardship" (Focus on Board diversity & Skill) | | Retail Input | None (for funds) | None (for funds) | None (for funds) | | Use of AI | High (Used for governance flagging) | Very High (Uses Aladdin Risk System) | Moderate (Third-party vendors like ISS) | | Voting Record | Publicly available, searchable DB | Publicly available, detailed reports | Publicly available, PDF heavy |

    ---

    Part 5: The Role of Proxy Advisory Firms

    Vanguard, like most institutional investors, relies heavily on data from ISS (Institutional Shareholder Services) and Glass Lewis.

    However, Vanguard does not follow their recommendations blindly.

  • ISS/Glass Lewis Role: They provide standardized data (e.g., "Director X sat on 5 boards, exceeding the limit of 3").
  • Vanguard's Role: Their internal team applies the Vanguard Principles to this data.

Example: ISS might recommend voting against a director because they lack a "skill matrix" requirement. Vanguard might analyze that director's 20 years of operational experience at that specific company and vote For them, overriding ISS.

---

Part 6: Scraping Vanguard's Voting Data (Technical Guide)

For quants and retail investors wanting to analyze Vanguard's voting patterns programmatically, the data is often buried in PDFs or interactive HTML tables.

Here is a Python approach to thinking about how one would monitor Vanguard's sentiment towards specific ESG proposals (assuming standard web scraping permissions and robots.txt compliance).

Concept: While Vanguard doesn't provide a public API for voting data, one can monitor the "Corporate Governance" page for updates. Alternatively, third-party data aggregators (like Bloomberg Terminal or Whales) often package this data.

Python Logic (Pseudocode for Data Analysis):

import pandas as pd

def analyze_vanguard_vote(voting_record): """ Analyzes a hypothetical dataframe of Vanguard's voting records. """ # Filter for 'Against' votes # Vanguard usually votes 'For' management, so 'Against' is a signal dissenting_votes = voting_record[voting_record['Vote_Cast'] ==Against']

# Categorize by topic if 'Climate' in voting_record['Proposal_Description']: print("Vanguard is taking a hard line on climate policy for this ticker.")

return dissenting_votes

*Note: Direct scraping of Vanguard's site is generally discouraged due to strict anti-bot protections. It is recommended to use their official CSV exports or API data providers like FactSet.*

---

Conclusion

Vanguard votes proxies through a centralized, principle-driven framework designed to maximize the long-term value of index funds. While they utilize the consensus of independent shareholders to avoid overreach, they actively utilize their "No" vote to police executive compensation and governance failures.

For the average retail investor, the reality is that Vanguard acts as a silent gatekeeper. You cannot direct their vote on the $3 trillion in ETF assets, but by understanding their Investment Stewardship Reports, you can ensure their actions align with your financial ethics.

Share: