MSFT insider trading

SEC Form 4 transactions reported by Microsoft Corporation insiders, officers, directors, and 10%+ beneficial owners. Sourced from EDGAR.

Want this data via API instead of reading about it? Get a free API key →

Recent MSFT insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Microsoft Corporation insiders. Buys are highlighted; the transaction code column matches SEC Form 4 codes (P = open-market purchase, S = sale, A = grant, M = option exercise, F = tax withholding).

Date Code Insider Role Shares Price Value
2026-07-15 F Coleman Amy EVP, Chief Human Resources Off 32 $385 $12K
2026-06-15 A Jolla Alice L. Chief Accounting Officer 5,004 n/a
2026-06-15 F Coleman Amy EVP, Chief Human Resources Off 36 $391 $14K
2026-06-10 S Numoto Takeshi EVP, Chief Marketing Officer 4,500 $403 $1.8M
2026-06-08 S Numoto Takeshi EVP, Chief Marketing Officer 2,500 $412 $1.0M
2026-06-05 A List Teri Director 149 n/a
2026-06-05 A SCHARF CHARLES W Director 149 n/a
2026-06-05 A STANTON JOHN W Director 149 n/a
2026-06-05 A Di Sibio Carmine Director 15 n/a
2026-06-01 S Althoff Judson CEO Microsoft Commercial 15,500 $461 $7.1M
2026-06-01 F Coleman Amy EVP, Chief Human Resources Off 434 $450 $195K
2026-06-01 F Jolla Alice L. Chief Accounting Officer 413 $450 $186K
2026-05-15 F Coleman Amy EVP, Chief Human Resources Off 89 $409 $36K
2026-05-14 S Coleman Amy EVP, Chief Human Resources Off 1,262 $411 $519K
2026-04-15 F Coleman Amy EVP, Chief Human Resources Off 1,364 $393 $536K
2026-03-16 F Coleman Amy EVP, Chief Human Resources Off 31 $396 $12K
2026-03-06 S Hogan Kathleen T EVP, Strategy 12,321 $410 $5.0M
2026-03-02 F Coleman Amy EVP, Chief Human Resources Off 639 $393 $251K
2026-03-02 F Numoto Takeshi EVP, Chief Marketing Officer 1,351 $393 $531K
2026-03-02 F Althoff Judson CEO, Commercial 3,401 $393 $1.3M

What insider trading data covers for MSFT

Microsoft Corporation (CIK 789019) reports Section 16 insider transactions on Form 4 within two business days. Each filing carries the transaction date, transaction code (P for open-market purchase, S for sale, M for option exercise, F for tax withholding), shares, price, and post-transaction holdings. Optional footnotes disclose Rule 10b5-1 plan references and indirect ownership relationships.

How to interpret MSFT insider activity

Treat each filing line through three filters: the transaction code, the role of the filer (officer carries more signal than director), and the dollar value relative to the company's market cap. Open-market purchases (P) by C-suite officers carry the strongest bullish signal. Sales (S) referencing a Rule 10b5-1 plan in the footnotes are pre-arranged and should be discounted. See how to read a Form 4 for the full walkthrough.

Get MSFT insider data via API

Pull recent MSFT Form 4 filings, filtered to open-market purchases above $100k:

curl "https://api.edgarkit.com/v1/filings?ticker=MSFT&form_type=4&transaction_code=P&min_value=100000&limit=20" \
  -H "Authorization: Bearer YOUR_API_KEY"

Subscribe via webhook to receive every new MSFT Form 4 in real time:

curl -X POST "https://api.edgarkit.com/v1/webhooks" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://your-server.com/edgarkit-events",
    "filters": {"form_types": ["4"], "tickers": ["MSFT"]}
  }'

Cluster buying detection for MSFT

The strongest insider signal at the issuer level is cluster buying: three or more distinct insiders placing open-market purchases within a 7-14 day window. For the complete pattern detector, see how to detect insider cluster buying.