Federal Contractor

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

Federal procurement profile for AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) showing 69.74 million in obligations across 606 actions in the last full year.

AT&T CORP. recorded 69,739,836.36 in federal obligations over 606 award actions during the last full year, for an average action value of 115,082.23. Most obligations were concentrated with USDA, Departmental Administration, followed by the Department of Veterans Affairs, the U.S. Coast Guard, and the Department of the Navy, with wired telecommunications carriers accounting for the largest share of NAICS activity.

Generated at 03/21/2026

Analysis period: Last full year

Annual trend, agency totals, and NAICS totals reflect the provided last-full-year FPDS analysis window and may differ by rounding in readable figures.

CAGE Code
0LUL1
UEI
MNALR8D818N7
Total Obligated
69.74 million
69,739,836.36
Award Actions
606
Average Action Value
115,082.23

About AT&T CORP. federal contract activity

AT&T CORP. (CAGE 0LUL1, UEI MNALR8D818N7) obligated $69.74 million across 606 awards in the last full year, for an average award value of $115,082.23. The profile reflects a high-volume contracting base with spending concentrated in telecommunications and related infrastructure services.

Agency mix and customer concentration

USDA, Departmental Administration accounted for $57.64 million of obligations, or the clear majority of recorded spending, across 15 awards. The remainder was distributed across Veterans Affairs, the U.S. Coast Guard, the Department of the Navy, and the United States Agency for Global Media, indicating a mix of civilian and defense-related demand with limited agency diversification relative to total volume.

Industry profile based on NAICS activity

The NAICS profile is dominated by wired telecommunications carriers under 517111, which represented $59.38 million across 87 awards. Additional obligations were concentrated in 517311 and 517410, while smaller amounts appeared in cloud and hosting services under 518210 and wireless telecommunications under 517112, suggesting a core business centered on networked communications services with some adjacent technical offerings.

Annual contract trend over the analysis window

The annual trend shows $69.74 million obligated in 2025 across 606 awards, with no additional years present in the provided analysis window. This indicates the dataset is limited to a single full-year snapshot rather than a multi-year series, so year-over-year movement cannot be assessed from the available record.

How to interpret this page

This summary is based on FPDS award obligations for the vendor identified by CAGE 0LUL1 and UEI MNALR8D818N7 over the last full year. Agency, NAICS, and trend sections reflect only the supplied aggregates and do not infer contract type, vehicle usage, or performance details not present in the source data.

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 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
1205 USDA, DEPARTMENTAL ADMINISTRATION 57,640,000.00 57.64 million 15
3600 VETERANS AFFAIRS, DEPARTMENT OF 5,662,501.25 5.66 million 20
7008 U.S. COAST GUARD 4,393,965.00 4.39 million 2
1700 DEPT OF THE NAVY 4,235,217.27 4.24 million 40
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 2,088,329.95 2.09 million 4
2100 DEPT OF THE ARMY 763,722.81 763.72 thousand 8
97DH DEFENSE HEALTH AGENCY (DHA) 545,622.71 545.62 thousand 2
1436 BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT 333,266.44 333.27 thousand 2
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 246,049.95 246.05 thousand 413
6920 FEDERAL AVIATION ADMINISTRATION 122,189.48 122.19 thousand 16

Insight

Over the last full year, AT&T CORP. received $69.74 million across 606 awards, with obligations heavily concentrated at USDA, Departmental Administration, which accounted for $57.64 million and 15 awards, or roughly 83% of total obligated dollars. The remaining obligation base is spread across several agencies, led by the Department of Veterans Affairs ($5.66 million; 20 awards), U.S. Coast Guard ($4.39 million; 2 awards), and Department of the Navy ($4.24 million; 40 awards). Award volume is more dispersed than dollars, with DISA recording 413 awards but only $246.05 thousand obligated, indicating many small-value transactions alongside a small number of larger agency relationships.

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 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
517111 WIRED TELECOMMUNICATIONS CARRIERS 59,377,889.29 59.38 million 87
517311 WIRED TELECOMMUNICATIONS CARRIERS 9,883,418.92 9.88 million 75
517410 SATELLITE TELECOMMUNICATIONS 4,393,965.00 4.39 million 2
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 1,126,783.36 1.13 million 1
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 417,295.93 417.30 thousand 10
334111 ELECTRONIC COMPUTER MANUFACTURING 274,540.65 274.54 thousand 3
541519 OTHER COMPUTER RELATED SERVICES 142,553.72 142.55 thousand 13
517810 ALL OTHER TELECOMMUNICATIONS 132,149.48 132.15 thousand 17
517312 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 52,803.84 52.80 thousand 3
511210 SOFTWARE PUBLISHERS 20,280.00 20.28 thousand 1

Insight

AT&T CORP. (CAGE 0LUL1) obligated $69.74 million across 606 awards in the last full year, with activity concentrated in NAICS 517111, which accounted for $59.38 million across 87 awards. NAICS 517311 was the next largest category at $9.88 million across 75 awards, indicating that nearly all obligations were concentrated in two telecommunications-related codes. The remaining NAICS codes were comparatively minor, with only $4.39 million in 517410 and $1.13 million in 518210, and all other listed codes each below $0.5 million.

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

Insight

During the last full year, AT&T CORP. (CAGE 0LUL1) obligated $69.74 million across 606 awards, for an average award value of $115,082.23. Because the available annual trend window contains only one year, no year-over-year trend or change in concentration can be assessed from this view. The volume of awards relative to total obligated value indicates a broad distribution of relatively small to mid-sized obligations rather than reliance on a limited number of high-dollar 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.