Federal Contractor

AT&T CORP. Federal Contract Obligations (Last Year)

AT&T CORP. federal procurement overview for the last full year, showing 1.14 billion in obligations across 1,203 award actions.

AT&T CORP. (CAGE 9B542, UEI MX89BGD5FK75) recorded 1.14 billion in obligated dollars across 1,203 federal award actions in the last full year. Activity was concentrated in the Department of Veterans Affairs and in NAICS 517110, Wired Telecommunications Carriers.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are based on reported obligated amounts, award counts, and agency and NAICS groupings provided in the source data.

CAGE Code
9B542
UEI
MX89BGD5FK75
Total Obligated
1.14 billion
1,141,274,110.72
Award Actions
1,203
Average Action Value
948,690.03

About AT&T CORP. federal contract activity

AT&T CORP. recorded 1.14 billion in obligated awards across 1,203 FPDS actions in the last full year, with an average award value of 948,690.03. The profile is dominated by telecom-related contracting, indicating a large-volume, recurring federal spend pattern concentrated in network and communications services.

Agency mix and customer concentration

The Department of Veterans Affairs was the largest buyer by a wide margin at 498.73 million across 24 awards, followed by Offices, Boards and Divisions at 164.78 million across 10 awards. The remaining major buyers included the Internal Revenue Service, the Department of State, and U.S. Citizenship and Immigration Services, showing a mix of cabinet-level and mission-specific demand rather than dependence on a single procurement office.

Industry profile based on NAICS activity

NAICS 517110, Wired Telecommunications Carriers, accounts for 1.13 billion and 1,018 awards, making it the clear core of the vendor’s federal revenue base. Smaller concentrations appear in computer-related services and adjacent telecommunications categories, including NAICS 541519, 517111, and 517311, while manufacturing activity is minimal and isolated.

Annual contract trend over the analysis window

The annual trend data shows 2025 as the full analysis year, with 1.14 billion obligated across 1,203 awards. Because only one year is present, the dataset supports a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award records tied to CAGE code 9B542 and UEI MX89BGD5FK75 over the last full year. Amounts reflect obligated dollars, award counts reflect FPDS actions in the supplied dataset, and agency and NAICS references are limited to the top categories provided.

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 1 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 498,729,505.48 498.73 million 24
1501 OFFICES, BOARDS AND DIVISIONS 164,779,163.77 164.78 million 10
2050 INTERNAL REVENUE SERVICE 97,312,073.55 97.31 million 18
1900 STATE, DEPARTMENT OF 58,050,000.00 58.05 million 7
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 43,645,745.57 43.65 million 23
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 41,398,521.34 41.40 million 537
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 38,562,528.02 38.56 million 102
6920 FEDERAL AVIATION ADMINISTRATION 37,209,755.37 37.21 million 20
7013 TRANSPORTATION SECURITY ADMINISTRATION 21,040,686.54 21.04 million 13
7009 U.S. SECRET SERVICE 18,669,609.26 18.67 million 26

Insight

AT&T CORP.’s last full-year obligations are concentrated among a small set of agencies, led by the Department of Veterans Affairs at $498.73 million across 24 awards, or about 43.7% of the vendor’s $1.14 billion total. The next largest recipients—Offices, Boards and Divisions, Internal Revenue Service, and Department of State—add another $320.15 million, indicating that roughly two-thirds of obligated spending is concentrated in the top four agencies. Award distribution is not proportional to dollars in several cases: DISA accounts for 537 awards but only $41.40 million, while VA reflects high dollar concentration in relatively few awards.

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 1 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 1,133,274,966.31 1.13 billion 1,018
541519 OTHER COMPUTER RELATED SERVICES 6,155,031.38 6.16 million 22
517111 WIRED TELECOMMUNICATIONS CARRIERS 1,961,865.50 1.96 million 121
517311 WIRED TELECOMMUNICATIONS CARRIERS 319,310.98 319.31 thousand 15
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 124,203.00 124.20 thousand 1
517810 ALL OTHER TELECOMMUNICATIONS 106,144.36 106.14 thousand 6
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 49,840.44 49.84 thousand 2
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 31,500.00 31.50 thousand 2
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 16,836.00 16.84 thousand 1
517410 SATELLITE TELECOMMUNICATIONS 7,143.44 7.14 thousand 7

Insight

AT&T CORP.’s last full year obligations were highly concentrated in NAICS 517110, which accounted for $1.13 billion of $1.14 billion total obligated across 1,018 of 1,203 awards. The remaining obligations were distributed across a limited set of telecommunications and IT-related NAICS codes, led by 541519 at $6.16 million and 517111 at $1.96 million, with all other codes each below $0.32 million. This pattern indicates a predominantly wired telecommunications contract profile with only minor spillover into related computer services and equipment 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 1 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

Insight

In the last full year, AT&T CORP. (CAGE 9B542) recorded $1.14 billion in obligated value across 1,203 awards, for an average award value of about $948.7 thousand. The activity is concentrated in a single annual period in the 1-year window, indicating all observed obligations are carried by 2025. This pattern suggests a high-volume, moderately dispersed award profile rather than reliance on a small number of large awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.