In the last full year, FORD MOTOR COMPANY recorded 633,334,125.94 in federal obligations, with an average action value of 46,847.7 across 13,519 award actions. Most of this activity was with the Federal Acquisition Service and was classified under NAICS 336111, Automobile Manufacturing.
Federal Contractor
FORD MOTOR COMPANY Federal Contract Obligations (Last Year)
FORD MOTOR COMPANY (CAGE 3LQV7, UEI QD3MLADL7366) received 633.33 million in federal obligations across 13,519 award actions in the last full year.
Annual totals reflect the 2025 analysis window and the exact obligated amount of 633,334,125.94.
About FORD MOTOR COMPANY federal contract activity
FORD MOTOR COMPANY (CAGE 3LQV7, UEI QD3MLADL7366) recorded $633.33 million in FPDS obligations across 13,519 awards during the last full year, for an average award value of $46,847.70. The activity profile indicates a high-volume, relatively fragmented award base rather than dependence on a small number of large awards.
Agency mix and customer concentration
Obligations were concentrated entirely with the Federal Acquisition Service, which accounted for the full $633.33 million and all 13,519 awards in the analysis period. This indicates a single-agency demand pattern and suggests the vendor’s federal business was routed through one principal purchasing channel.
Industry profile based on NAICS activity
All observed obligations mapped to NAICS 336111, Automobile Manufacturing, with $633.33 million and 13,519 awards. The NAICS profile shows no diversification across industries in the available data and reflects direct alignment between the vendor’s reported industry and the federal awards captured in FPDS.
Annual contract trend over the analysis window
The annual trend contains one observed year, 2025, with $633.33 million obligated across 13,519 awards. With only a single year in the analysis window, the data supports a point-in-time profile rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based on FPDS award records for the last full year and uses obligated dollars as reported in the source data. Agency and NAICS concentrations reflect the observed award totals within the provided analysis window; no additional assumptions or external sources 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 = '3LQV7'
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 |
|---|---|---|---|---|
| 4732 | FEDERAL ACQUISITION SERVICE | 633,334,125.94 | 633.33 million | 13,519 |
Insight
Over the last full year, FORD MOTOR COMPANY’s obligations were fully concentrated at the Federal Acquisition Service, which accounted for 100% of the reported $633.33 million in obligations and all 13,519 awards. This indicates a highly concentrated customer mix with no other agencies represented in this period. The average award value of about $46.8 thousand suggests a large volume of relatively small awards rather than a few high-dollar actions.
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 = '3LQV7'
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 |
|---|---|---|---|---|
| 336111 | AUTOMOBILE MANUFACTURING | 633,334,125.94 | 633.33 million | 13,519 |
Insight
FORD MOTOR COMPANY’s obligations in the last full year are fully concentrated in NAICS 336111, AUTOMOBILE MANUFACTURING, accounting for all $633.33 million across 13,519 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the provided period. The average award value of about $46.8K suggests the activity is distributed across a large number of relatively small awards rather than a few large obligations.
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 = '3LQV7'
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 | 633,334,125.94 | 633.33 million | 13,519 |
Insight
FORD MOTOR COMPANY (CAGE 3LQV7) recorded $633.33 million in obligated value across 13,519 awards in the last full year, yielding an average award value of about $46.8 thousand. Because the window contains a single year of data, no year-over-year trend can be assessed from this view. The award profile indicates a high transaction count with relatively small average award size, suggesting a broadly distributed obligation pattern rather than concentration in a few large 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.