Federal Contractor

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

AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) has 26,145 federal award actions and $2.38 billion obligated over the last 10 years.

AT&T CORP. recorded $2,382,339,763.99 in total obligations across 26,145 award actions in the last 10 years, averaging $91,120.28 per action. The largest share of obligations came from the Department of Veterans Affairs, followed by the Internal Revenue Service and the Defense Information Systems Agency.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals include a negative obligation in 2023, so year-over-year comparisons may reflect deobligations or corrections rather than new spending only.

CAGE Code
0LUL1
UEI
MNALR8D818N7
Total Obligated
2.38 billion
2,382,339,763.99
Award Actions
26,145
Average Action Value
91,120.28

About AT&T CORP. federal contract activity

AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) received $2.38 billion across 26,145 awards over the last 10 years, for an average award value of $91,120.28. The volume profile is highly fragmented, indicating a large number of relatively small obligations rather than a narrow set of large awards.

Agency mix and customer concentration

Obligations are concentrated in a small number of civilian and defense agencies, led by the Department of Veterans Affairs at $1.14 billion across 1,380 awards. The Internal Revenue Service and DISA follow at $343.08 million and $310.36 million, respectively, with DISA showing an especially high award count of 22,684, which suggests a very granular transaction pattern. USDA Departmental Administration and the Department of the Army round out the top five but represent materially smaller portions of total obligations.

Industry profile based on NAICS activity

The contract base is overwhelmingly centered on telecommunications, led by NAICS 517110 at $1.99 billion across 24,912 awards. Additional obligations appear in adjacent telecom and IT service categories, including NAICS 517111, 518210, 517311, and 541519, which together indicate a mix of wired communications, hosting, and related technical support services. The concentration in these codes is consistent with a provider whose federal work is primarily communications infrastructure and associated services.

Annual contract trend over the analysis window

Annual obligations show meaningful year-to-year variation, with 2021 and 2022 representing the strongest recent funding years at $364.85 million and $218.45 million. The 2023 figure is negative, which likely reflects deobligations or award adjustments rather than new positive procurement volume. 2024 and 2025 are positive but below the 2021 peak, suggesting a lower current funding run rate than the earlier period.

How to interpret this page

This summary is based on FPDS award records for the last 10 years and uses obligated dollars and award counts reported in the provided analysis window. Top-agency and top-NAICS views are ranked by total obligated value, while annual trend values reflect year-specific net obligations, including negative amounts where recorded. No external sources or inferred contract details were used.

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 = '0LUL1'
        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,140,496,131.74 1.14 billion 1,380
2050 INTERNAL REVENUE SERVICE 343,078,741.40 343.08 million 264
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 310,358,097.25 310.36 million 22,684
1205 USDA, DEPARTMENTAL ADMINISTRATION 155,297,859.29 155.30 million 46
2100 DEPT OF THE ARMY 113,876,895.49 113.88 million 121
4732 FEDERAL ACQUISITION SERVICE 71,008,656.91 71.01 million 62
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 58,397,768.45 58.40 million 17
5700 DEPT OF THE AIR FORCE 38,110,871.59 38.11 million 77
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 26,667,366.63 26.67 million 84
1700 DEPT OF THE NAVY 17,481,910.05 17.48 million 229

Insight

Over the last 10 years, AT&T CORP.’s obligations are highly concentrated in a small number of agencies, led by the Department of Veterans Affairs at $1.14 billion, or nearly half of the vendor’s $2.38 billion total. DISA accounts for $310.36 million but drives the largest volume of awards among the top agencies with 22,684 actions, indicating a high-frequency, lower-dollar award pattern. The IRS is the second-largest obligating agency at $343.08 million, while the remaining top agencies each represent materially smaller shares, suggesting spending is led by a few major agency relationships rather than broad distribution across the government.

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 = '0LUL1'
        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 1,988,492,283.21 1.99 billion 24,912
517111 WIRED TELECOMMUNICATIONS CARRIERS 161,006,852.52 161.01 million 174
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 113,468,524.45 113.47 million 50
517311 WIRED TELECOMMUNICATIONS CARRIERS 68,459,422.74 68.46 million 442
541519 OTHER COMPUTER RELATED SERVICES 30,213,603.91 30.21 million 226
334111 ELECTRONIC COMPUTER MANUFACTURING 10,114,969.58 10.11 million 74
517410 SATELLITE TELECOMMUNICATIONS 4,404,323.43 4.40 million 3
561320 TEMPORARY HELP SERVICES 2,897,078.38 2.90 million 3
517919 ALL OTHER TELECOMMUNICATIONS 1,143,194.96 1.14 million 70
517810 ALL OTHER TELECOMMUNICATIONS 663,090.07 663.09 thousand 42

Insight

Over the last 10 years, AT&T CORP. has concentrated its obligations heavily in NAICS 517110, WIRED TELECOMMUNICATIONS CARRIERS, which accounts for $1.99 billion of the $2.38 billion total and 24,912 of 26,145 awards. A second tier of obligation is spread across 517111 and 518210, but each is far smaller at $161.01 million and $113.47 million, respectively. The remaining NAICS codes represent comparatively limited dollars and award volume, indicating a procurement profile dominated by core wired telecommunications and related communications services.

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 = '0LUL1'
        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 69,739,836.36 69.74 million 606
2024 87,126,590.61 87.13 million 870
2023 -23,255,134.58 -23.26 million 1,827
2022 218,451,172.96 218.45 million 1,944
2021 364,852,024.66 364.85 million 1,608
2020 644,106,265.04 644.11 million 5,530
2019 269,903,290.68 269.90 million 4,102
2018 317,037,011.77 317.04 million 4,913
2017 315,941,965.67 315.94 million 4,225
2016 118,436,740.82 118.44 million 520

Insight

AT&T CORP. (CAGE 0LUL1) recorded $2.38 billion across 26,145 awards over the last 10 years, with an average award value of about $91.1K. Obligations were heavily concentrated in 2020–2022, peaking at $644.1 million in 2020, then declining to $364.9 million in 2021 and $218.5 million in 2022. Activity remained high by award count in 2018–2023, but 2023 reflects a net negative obligated value of $23.3 million, indicating post-award deobligation or adjustment activity. In 2024 and 2025, obligations remained below prior peak levels at $87.1 million and $69.7 million, respectively, with award counts also lower than the 2020–2023 range.

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.