Federal Contractor

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

AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) has 6,855 recorded award actions and $716.91 million in obligations over the last 5 years.

The FPDS record shows AT&T CORP. as a major federal telecommunications vendor, with most obligations concentrated in the Department of Veterans Affairs and the USDA Departmental Administration. Its top NAICS activity is in wired telecommunications carriers, with additional obligations in computer-related services and data processing and hosting.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations include a negative value in 2023, which may reflect deobligations, adjustments, or closeout activity rather than new spending.

CAGE Code
0LUL1
UEI
MNALR8D818N7
Total Obligated
716.91 million
716,914,490.01
Award Actions
6,855
Average Action Value
104,582.71

About AT&T CORP. federal contract activity

AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) recorded 6,855 federal awards totaling $716.91 million over the last 5 years, with an average award value of $104,582.71. The profile is characterized by a high volume of relatively small obligations alongside a smaller number of materially larger awards.

Agency mix and customer concentration

Obligations are highly concentrated in the Department of Veterans Affairs, which accounts for $440.81 million across 537 awards, or well over half of total spend. USDA Departmental Administration is the second-largest customer at $155.30 million, while IRS, the Federal Acquisition Service, and the Department of the Army contribute smaller but meaningful portions of the portfolio.

Industry profile based on NAICS activity

The award base is dominated by wired telecommunications activity, led by NAICS 517110 at $450.08 million across 6,039 awards. Additional spend is concentrated in related telecommunications and IT service categories, including 517111, 517311, 541519, and 518210, indicating a mix of network services, telecom infrastructure, and adjacent technology support work.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $364.85 million and remained elevated in 2022 at $218.45 million before turning negative in 2023, which indicates deobligations or downward adjustments exceeding new obligations that year. Funding recovered in 2024 to $87.13 million and continued at $69.74 million in 2025, but remained well below the 2021-2022 levels.

How to interpret this page

This summary is based on FPDS award records associated with AT&T CORP., CAGE 0LUL1, and UEI MNALR8D818N7 for the last 5 years. Totals, award counts, agency concentration, NAICS mix, and annual trend values reflect the provided aggregation and are not adjusted beyond the source figures.

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 5 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 440,810,247.23 440.81 million 537
1205 USDA, DEPARTMENTAL ADMINISTRATION 155,297,859.29 155.30 million 45
2050 INTERNAL REVENUE SERVICE 30,102,372.29 30.10 million 71
4732 FEDERAL ACQUISITION SERVICE 27,385,333.76 27.39 million 18
2100 DEPT OF THE ARMY 22,628,224.94 22.63 million 52
1700 DEPT OF THE NAVY 17,159,446.99 17.16 million 195
5700 DEPT OF THE AIR FORCE 16,934,940.93 16.93 million 40
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 13,320,245.36 13.32 million 31
8654 CHIEF PROCUREMENT OFFICER 11,337,886.26 11.34 million 2
7529 NATIONAL INSTITUTES OF HEALTH 7,488,480.92 7.49 million 18

Insight

AT&T CORP.’s obligations over the last 5 years are highly concentrated in VETERANS AFFAIRS, DEPARTMENT OF, which accounts for $440.81 million across 537 awards, or about 61.5% of total obligated dollars. USDA, DEPARTMENTAL ADMINISTRATION is a distant second at $155.30 million across 45 awards, bringing the top two agencies to roughly 82.2% of total obligations. The remaining agencies each represent materially smaller shares, indicating a strong spend concentration with limited diversification across the top agency base.

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 5 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 450,079,669.14 450.08 million 6,039
517111 WIRED TELECOMMUNICATIONS CARRIERS 161,006,852.52 161.01 million 174
517311 WIRED TELECOMMUNICATIONS CARRIERS 42,676,779.40 42.68 million 354
541519 OTHER COMPUTER RELATED SERVICES 24,712,351.78 24.71 million 92
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 23,475,555.51 23.48 million 11
334111 ELECTRONIC COMPUTER MANUFACTURING 8,235,591.84 8.24 million 34
517410 SATELLITE TELECOMMUNICATIONS 4,404,323.43 4.40 million 3
517810 ALL OTHER TELECOMMUNICATIONS 663,090.07 663.09 thousand 42
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 551,746.15 551.75 thousand 13
517919 ALL OTHER TELECOMMUNICATIONS 371,438.96 371.44 thousand 22

Insight

AT&T CORP.’s obligations over the last 5 years are highly concentrated in NAICS 517110, which accounts for $450.08 million across 6,039 awards, or about 63% of total obligated dollars. The next two codes, 517111 and 517311, add another $203.69 million, indicating that telecommunications-related work dominates the vendor’s award portfolio. Outside these core NAICS, obligations drop sharply, with only modest activity in computer-related services, hosting, and equipment manufacturing, suggesting a narrow but consistently executed contracting profile.

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 5 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

Insight

Over the last 5 years, AT&T CORP. recorded $716.91 million in total obligations across 6,855 awards, with an average award value of $104,582.71. Obligations were concentrated in 2021 and 2022, which together accounted for $583.30 million, or about 81% of the 5-year total. Activity declined in 2023 with a net negative obligation of $23.26 million despite the highest annual award count in the period, then recovered modestly in 2024 and 2025 at $87.13 million and $69.74 million, respectively.

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