Adobe (ADBE) Revenue (2009 - 2026)
Adobe's (ADBE) quarterly Revenue came in at $6.6 billion in Q2 2026, up 12.69% year-over-year from $5.9 billion in Q2 2025, and up 3.44% quarter-over-quarter from $6.4 billion in Q1 2026.
Adobe (ADBE) Revenue (2009 - 2026) Analysis & Trends
Adobe (ADBE) has reported Revenue for 18 consecutive years, with $6.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Revenue rose 12.69% year-over-year to $6.6 billion in Q2 2026; TTM through May 2026 was $25.2 billion, a 11.49% increase from a year earlier, with the FY2025 full-year figure at $23.8 billion, up 10.53% from the prior year.
- Revenue was $6.6 billion for Q2 2026 at Adobe, up from $6.4 billion in the prior quarter.
- Over five years, Revenue peaked at $6.6 billion in Q2 2026 and troughed at $4.3 billion in Q1 2022.
- A 5-year average of $5.3 billion and a median of $5.2 billion in 2024 frame the typical range for Revenue.
- The widest YoY moves for Revenue: up 14.37% in 2022, down 9.14% in 2022.
- Over 5 years, Revenue stood at $4.5 billion in 2022, then increased by 11.56% to $5.0 billion in 2023, then gained by 11.05% to $5.6 billion in 2024, then rose by 10.49% to $6.2 billion in 2025, then gained by 6.85% to $6.6 billion in 2026.
- The last three Revenue figures came in at $6.6 billion (Q2 2026), $6.4 billion (Q1 2026), and $6.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
Adobe Revenue API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=revenue&ticker=ADBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "ticker": "ADBE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=revenue&ticker=ADBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();