Federal Contractor

ALVAREZ LLC Federal Contract Obligations (Last 5 Years)

ALVAREZ LLC is a federal vendor with 4,165 award actions and $924.47 million obligated over the last five years.

ALVAREZ LLC (CAGE 35LK3, UEI Y928UVG75CT6) recorded $924,467,554.81 in total obligations across 4,165 award actions during the last five years. Its activity is concentrated in the Department of Veterans Affairs and in NAICS 541519, Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual and agency totals reflect the last five years of readable FPDS obligation data and may differ slightly from exact totals due to rounding.

CAGE Code
35LK3
UEI
Y928UVG75CT6
Total Obligated
924.47 million
924,467,554.81
Award Actions
4,165
Average Action Value
221,960.99

About ALVAREZ LLC federal contract activity

ALVAREZ LLC (CAGE 35LK3, UEI Y928UVG75CT6) received $924.47 million across 4,165 awards over the last 5 years, for an average award value of $221,960.99. The award profile indicates a high-volume contracting base with spend concentrated in a relatively small number of large federal customers and a broad distribution of award actions.

Agency mix and customer concentration

The Department of Veterans Affairs accounts for the largest share of obligations at $432.23 million across 1,712 awards, representing the dominant relationship in the portfolio. DISA is the second-largest customer at $87.93 million, followed by Offices, Boards and Divisions, DHA, and the Department of the Air Force, indicating meaningful but materially smaller participation across multiple defense and civilian buyers.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, overwhelmingly drives the vendor's obligations at $879.62 million across 3,907 awards, making the business mix highly concentrated in this category. The remaining spend is spread across software publishing, communications equipment manufacturing, computer peripheral manufacturing, and other professional, scientific, and technical services, each at a much lower level.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at $224.30 million, after a lower level of $160.85 million in 2024. The five-year pattern is relatively stable overall, with annual obligations ranging from $160.85 million to $224.30 million and award counts declining from 977 in 2021 to 684 in 2025.

How to interpret this page

This summary is based on FPDS-observed contract obligations for ALVAREZ LLC within the last 5 years, using the provided CAGE and UEI identifiers. Agency, NAICS, and annual views are ranked by total obligated dollars and reflect the reported award counts and obligations in the analysis window.

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 = '35LK3'
        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 432,232,641.24 432.23 million 1,712
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 87,928,607.19 87.93 million 81
1501 OFFICES, BOARDS AND DIVISIONS 38,194,273.59 38.19 million 140
97DH DEFENSE HEALTH AGENCY (DHA) 28,410,147.18 28.41 million 65
5700 DEPT OF THE AIR FORCE 27,532,551.27 27.53 million 135
1549 FEDERAL BUREAU OF INVESTIGATION 27,395,493.93 27.40 million 121
2050 INTERNAL REVENUE SERVICE 26,338,815.76 26.34 million 49
1700 DEPT OF THE NAVY 25,829,445.57 25.83 million 173
7013 TRANSPORTATION SECURITY ADMINISTRATION 21,075,174.41 21.08 million 51
7529 NATIONAL INSTITUTES OF HEALTH 19,354,454.05 19.35 million 158

Insight

Over the last 5 years, ALVAREZ LLC obligated $924.47 million across 4,165 awards, with spending concentrated at the Department of Veterans Affairs, which accounts for $432.23 million and 1,712 awards, or roughly 47% of total obligations. The next largest agency, DISA, is materially smaller at $87.93 million, indicating a steep drop-off after the top customer and a highly concentrated award base. The remaining top agencies each represent less than $40 million and are distributed across civilian and defense organizations, suggesting secondary but broad-based federal activity.

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 = '35LK3'
        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
541519 OTHER COMPUTER RELATED SERVICES 879,617,756.73 879.62 million 3,907
511210 SOFTWARE PUBLISHERS 21,684,647.05 21.68 million 106
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 7,185,920.55 7.19 million 31
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 3,679,914.53 3.68 million 13
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 3,297,185.31 3.30 million 13
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 2,477,791.42 2.48 million 8
517810 ALL OTHER TELECOMMUNICATIONS 1,399,103.01 1.40 million 8
334210 TELEPHONE APPARATUS MANUFACTURING 1,264,585.62 1.26 million 2
541512 COMPUTER SYSTEMS DESIGN SERVICES 661,782.18 661.78 thousand 6
334112 COMPUTER STORAGE DEVICE MANUFACTURING 605,386.35 605.39 thousand 2

Insight

ALVAREZ LLC’s Top NAICS activity is highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for 879.62 million of 924.47 million obligated over the last 5 years, or roughly 95% of total obligations, across 3,907 awards. The next largest NAICS, 511210 Software Publishers, is a distant second at 21.68 million and 106 awards, while all remaining codes individually represent less than 8 million each. This pattern indicates a strong specialization in computer-related services with limited diversification across adjacent software, telecom, and equipment manufacturing 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 = '35LK3'
        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 224,297,253.23 224.30 million 684
2024 160,846,347.36 160.85 million 768
2023 187,825,304.56 187.83 million 830
2022 171,893,934.27 171.89 million 906
2021 179,604,715.39 179.60 million 977

Insight

ALVAREZ LLC (CAGE 35LK3) obligated $924.47 million across 4,165 awards over the last 5 years, averaging $221,960.99 per award. Obligations were highest in 2025 at $224.30 million, after a lower 2024 level of $160.85 million; prior years were relatively steady between $171.89 million and $187.83 million. Award volume declined each year from 977 in 2021 to 684 in 2025, indicating fewer awards despite increased obligation in 2025.

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.