Federal Contractor

AT&T CORP. Federal Contract Obligations (Last 10 Years)

AT&T CORP. has received 3.64 billion in federal obligations across 3,794 award actions in the last 10 years, led by telecommunications work for the Department of Veterans Affairs and other civilian and defense agencies.

AT&T CORP. (CAGE 9B542, UEI MX89BGD5FK75) shows a federal award profile centered on wired telecommunications carriers, with 3.60 billion obligated under NAICS 517110. The largest agency customer is the Department of Veterans Affairs at 1.30 billion, followed by Offices, Boards and Divisions, the Internal Revenue Service, DISA, and the Department of State.

Generated at 03/21/2026

Analysis period: Last 10 years

Analysis reflects the last 10 years of FPDS-readable obligations and award actions; totals are based on the provided obligated amounts and agency, NAICS, and annual rollups.

CAGE Code
9B542
UEI
MX89BGD5FK75
Total Obligated
3.64 billion
3,637,667,504.39
Award Actions
3,794
Average Action Value
958,794.80

About AT&T CORP. federal contract activity

AT&T CORP. recorded $3.64 billion in obligated federal awards across 3,794 awards in the last 10 years, with an average award value of $958,794.80. The profile indicates a high-volume, telecom-centered supplier relationship spanning multiple civilian and defense agencies.

Agency mix and customer concentration

The Department of Veterans Affairs is the largest funding source, with $1.30 billion across 138 awards, followed by Offices, Boards and Divisions at $616.40 million across 47 awards. The remaining top agencies include the Internal Revenue Service, DISA, and the Department of State, showing a mix of civilian, security, and diplomatic demand.

Industry profile based on NAICS activity

NAICS 517110, Wired Telecommunications Carriers, dominates the vendor’s activity with $3.60 billion and 3,432 awards, indicating that federal demand is overwhelmingly concentrated in core telecommunications services. Secondary obligations are much smaller and include computer-related services, R&D, and communications equipment manufacturing, suggesting limited diversification beyond the primary telecom footprint.

Annual contract trend over the analysis window

Obligations were highest in 2025 at $1.14 billion across 1,203 awards, after $959.14 million in 2024 and $880.27 million in 2023. Earlier years in the visible trend are materially lower, with 2022 and 2021 each below $301 million, indicating a recent acceleration in federal spending and award activity.

How to interpret this page

This summary uses FPDS award records associated with CAGE code 9B542 and UEI MX89BGD5FK75 over the last 10 years. Agency, NAICS, and annual views are based on obligated dollars and award counts; values are shown as reported in the source data and should be interpreted as FPDS-observed obligations, not a complete measure of total commercial business.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9B542'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,297,488,457.56 1.30 billion 138
1501 OFFICES, BOARDS AND DIVISIONS 616,402,725.87 616.40 million 47
2050 INTERNAL REVENUE SERVICE 287,765,959.20 287.77 million 79
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 197,457,968.41 197.46 million 1,447
1900 STATE, DEPARTMENT OF 179,154,855.68 179.15 million 59
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 147,352,134.11 147.35 million 331
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 113,807,188.16 113.81 million 73
7001 OFFICE OF PROCUREMENT OPERATIONS 91,393,558.11 91.39 million 92
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 88,562,779.22 88.56 million 43
6920 FEDERAL AVIATION ADMINISTRATION 77,733,212.87 77.73 million 64

Insight

Over the last 10 years, AT&T CORP. has received $3.64 billion across 3,794 awards, with obligations concentrated in a small number of agencies. The Department of Veterans Affairs is the largest customer at $1.30 billion, or about 36% of total obligations, followed by Offices, Boards and Divisions at $616.40 million and the Internal Revenue Service at $287.77 million. Award activity is also uneven: DISA accounts for 1,447 awards but only $197.46 million, indicating a higher volume of smaller obligations relative to the top dollar agencies.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9B542'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
517110 WIRED TELECOMMUNICATIONS CARRIERS 3,603,462,332.23 3.60 billion 3,432
541519 OTHER COMPUTER RELATED SERVICES 19,344,934.47 19.34 million 62
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 5,749,790.31 5.75 million 6
517311 WIRED TELECOMMUNICATIONS CARRIERS 2,683,765.77 2.68 million 94
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 2,113,288.60 2.11 million 4
517111 WIRED TELECOMMUNICATIONS CARRIERS 2,105,036.01 2.11 million 148
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 1,631,268.31 1.63 million 12
517810 ALL OTHER TELECOMMUNICATIONS 336,863.52 336.86 thousand 18
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 124,203.00 124.20 thousand 1
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 49,840.44 49.84 thousand 2

Insight

AT&T CORP.’s obligations over the last 10 years are highly concentrated in NAICS 517110, which accounts for $3.60 billion of the $3.64 billion total obligated and 3,432 of 3,794 awards. The remaining obligation is distributed across a limited number of smaller telecommunications, IT services, and R&D NAICS codes, with 541519 and 541715 the only other categories above $5 million. This pattern indicates a procurement profile dominated by wired telecommunications services, with secondary activity in related computer services and occasional diversification into adjacent technical categories.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9B542'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,141,274,110.72 1.14 billion 1,203
2024 959,137,302.04 959.14 million 841
2023 880,265,860.71 880.27 million 664
2022 273,221,418.81 273.22 million 596
2021 300,966,420.41 300.97 million 367
2020 67,290,231.92 67.29 million 100
2019 15,502,104.36 15.50 million 20
2018 10,055.42 10.06 thousand 3

Insight

AT&T CORP. shows a pronounced concentration of obligations in the most recent years, with 2025 through 2023 accounting for the majority of the 10-year total at 3.0 billion across 2,708 awards. Obligations increased sharply from 2018 through 2025, rising from 10.06 thousand in 2018 to 1.14 billion in 2025, with the largest annual amounts recorded in 2025, 2024, and 2023. Activity was much lower in 2022 and earlier, indicating a recent expansion in both funding volume and award frequency. Over the full period, the vendor received 3.64 billion across 3,794 awards, with an average award value of about 958.8 thousand.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.