Federal Contractor

ALVAREZ LLC Federal Contract Obligations (Last 10 Years)

ALVAREZ LLC is a federal vendor with 8,506 award actions and $1.78 billion obligated over the last 10 years.

ALVAREZ LLC, CAGE 35LK3 and UEI Y928UVG75CT6, has received $1,777,187,431.32 in federal obligations across 8,506 award actions in the last 10 years. Most of this activity is concentrated in the Department of Veterans Affairs and NAICS 541519, Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here are based on the available top-year rows, which include 2021 through 2025.

CAGE Code
35LK3
UEI
Y928UVG75CT6
Total Obligated
1.78 billion
1,777,187,431.32
Award Actions
8,506
Average Action Value
208,933.39

About ALVAREZ LLC federal contract activity

ALVAREZ LLC (CAGE 35LK3, UEI Y928UVG75CT6) recorded $1.78 billion in obligated federal awards across 8,506 awards over the last 10 years, for an average award value of $208,933.39. The profile indicates a high-volume vendor with sustained activity rather than a small number of large single awards.

Agency mix and customer concentration

Obligations are concentrated in a small set of agencies, led by the Veterans Affairs, Department of the at $757.01 million across 3,404 awards. DISA is the second-largest customer at $138.31 million, followed by Energy, the Navy, and Offices, Boards and Divisions, indicating a diversified customer base beyond the dominant VA relationship.

Industry profile based on NAICS activity

The award base is overwhelmingly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.71 billion and 8,037 awards. Secondary activity appears in software publishing and several hardware/electronics-related manufacturing codes, but each is materially smaller and does not alter the core information-technology profile.

Annual contract trend over the analysis window

Annual obligations in the visible years remain in the high-hundreds-of-millions range, with 2025 currently at $224.30 million across 684 awards. Award counts rose from 684 in 2025 to 977 in 2021 in the provided series, while obligations moved between $160.85 million and $224.30 million, indicating steady recurring contracting activity.

How to interpret this page

This summary uses FPDS award records associated with ALVAREZ LLC, matched on CAGE 35LK3 and UEI Y928UVG75CT6, for the last 10 years. Totals, counts, and category breakdowns are taken directly from the provided aggregate metrics and are not adjusted for inflation, outliers, or non-FPDS 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 = '35LK3'
        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 757,007,587.23 757.01 million 3,404
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 138,307,853.52 138.31 million 192
8900 ENERGY, DEPARTMENT OF 91,424,751.18 91.42 million 263
1700 DEPT OF THE NAVY 61,987,013.25 61.99 million 377
1501 OFFICES, BOARDS AND DIVISIONS 58,586,376.61 58.59 million 235
2050 INTERNAL REVENUE SERVICE 43,589,803.14 43.59 million 87
97DH DEFENSE HEALTH AGENCY (DHA) 39,926,098.16 39.93 million 99
1549 FEDERAL BUREAU OF INVESTIGATION 38,834,883.66 38.83 million 194
2400 OFFICE OF PERSONNEL MANAGEMENT 33,174,459.33 33.17 million 116
7529 NATIONAL INSTITUTES OF HEALTH 31,819,922.70 31.82 million 263

Insight

Over the last 10 years, ALVAREZ LLC’s obligations are highly concentrated at the Department of Veterans Affairs, which accounts for $757.01 million of the firm’s $1.78 billion in total obligations and 3,404 of 8,506 awards. The next largest agencies are materially smaller, led by DISA at $138.31 million, followed by Energy, the Navy, and Offices, Boards and Divisions, indicating a steep drop-off after VA. Remaining obligations are distributed across multiple civilian and defense agencies, including IRS, DHA, FBI, OPM, and NIH, none of which individually exceeds $43.59 million.

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 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
541519 OTHER COMPUTER RELATED SERVICES 1,710,147,004.18 1.71 billion 8,037
511210 SOFTWARE PUBLISHERS 22,185,416.18 22.19 million 118
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 11,681,921.13 11.68 million 31
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 7,583,994.41 7.58 million 35
334111 ELECTRONIC COMPUTER MANUFACTURING 4,122,640.46 4.12 million 57
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 4,119,244.21 4.12 million 35
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 3,510,790.49 3.51 million 18
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 2,477,791.42 2.48 million 8
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,115,954.91 2.12 million 14
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 1,787,763.88 1.79 million 17

Insight

ALVAREZ LLC’s obligations are highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for 1.71 billion of 1.78 billion total obligated and 8,037 of 8,506 awards over the last 10 years. The remaining NAICS codes are much smaller by comparison, led by 511210, Software Publishers, at 22.19 million, with all other top categories each below 12 million. This distribution indicates a dominant dependence on a single services NAICS, with limited diversification across software and hardware-related manufacturing codes.

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 10 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
2020 229,906,337.82 229.91 million 1,047
2019 194,764,891.31 194.76 million 923
2018 197,463,342.75 197.46 million 1,042
2017 199,410,055.95 199.41 million 1,239
2016 31,175,248.68 31.18 million 90

Insight

ALVAREZ LLC received $1.78 billion across 8,506 awards over the last 10 years, with an average award value of $208,933. Obligation levels were relatively stable from 2017 through 2023, generally ranging from about $171.9 million to $229.9 million annually, then declined in 2024 to $160.8 million before increasing to $224.3 million in 2025. Award volume was highest in 2017 at 1,239 awards and generally trended lower afterward, reaching 684 awards in 2025, indicating a shift toward fewer, larger obligations in recent years.

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.